Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirGcsDestination
- 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
-
#uri_prefix ⇒ String
URI for a Cloud Storage directory where result files should be written (in the format
gs://
bucket-id/
path/to/destination/dir``).
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1FhirGcsDestination
constructor
A new instance of GoogleCloudHealthcareV1beta1FhirGcsDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1FhirGcsDestination
Returns a new instance of GoogleCloudHealthcareV1beta1FhirGcsDestination.
2608 2609 2610 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2608 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uri_prefix ⇒ String
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 appends one when composing the object path. The Cloud
Storage bucket referenced in
uri_prefixmust exist or an error occurs.
Corresponds to the JSON property
uriPrefix`
2606 2607 2608 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2606 def uri_prefix @uri_prefix end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2613 2614 2615 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2613 def update!(**args) @uri_prefix = args[:uri_prefix] if args.key?(:uri_prefix) end |