class Google::Apis::HealthcareV1::GoogleCloudHealthcareV1FhirGcsDestination

The configuration for exporting to Cloud Storage.

Attributes

uri_prefix[RW]

URI for a Cloud Storage directory where result files should be written, in the format of `gs://`bucket-id`/`path/to/destination/dir“. If there is no trailing slash, the service appends one when composing the object path. The user is responsible for creating the Cloud Storage bucket referenced in ` uri_prefix`. Corresponds to the JSON property `uriPrefix` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 1990
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 1995
def update!(**args)
  @uri_prefix = args[:uri_prefix] if args.key?(:uri_prefix)
end