Class: Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentGcsDestination
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentGcsDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb
Overview
The Cloud Storage location for export.
Instance Attribute Summary collapse
-
#uri_prefix ⇒ String
URI for a Cloud Storage directory where the server writes result files, in the format
gs://
bucket-id/
path/to/destination/dir``.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudHealthcareV1ConsentGcsDestination
constructor
A new instance of GoogleCloudHealthcareV1ConsentGcsDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudHealthcareV1ConsentGcsDestination
Returns a new instance of GoogleCloudHealthcareV1ConsentGcsDestination.
2214 2215 2216 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2214 def initialize(**args) update!(**args) end |
Instance Attribute Details
#uri_prefix ⇒ String
URI for a Cloud Storage directory where the server writes result files, 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 user is
responsible for creating the Cloud Storage bucket and directory referenced in
uri_prefix.
Corresponds to the JSON property
uriPrefix`
2212 2213 2214 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2212 def uri_prefix @uri_prefix end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2219 2220 2221 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2219 def update!(**args) @uri_prefix = args[:uri_prefix] if args.key?(:uri_prefix) end |