Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirRestGcsDestination

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb

Overview

The configuration for exporting to Cloud Storage.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1FhirRestGcsDestination

Returns a new instance of GoogleCloudHealthcareV1beta1FhirRestGcsDestination.



1308
1309
1310
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1308

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#uri_prefixString

URI for a Cloud Storage directory where result files should be written (in the format gs://bucket-id/path/to/destination/dir`). If there is no trailing slash, the service will append one when composing the object path. The user is responsible for creating the Cloud Storage bucket referenced in uri_prefix. Corresponds to the JSON propertyuriPrefix`

Returns:

  • (String)


1306
1307
1308
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1306

def uri_prefix
  @uri_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1313
1314
1315
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 1313

def update!(**args)
  @uri_prefix = args[:uri_prefix] if args.key?(:uri_prefix)
end