Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1AnnotationGcsDestination

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 Cloud Storage location for export.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1AnnotationGcsDestination

Returns a new instance of GoogleCloudHealthcareV1beta1AnnotationGcsDestination.



2276
2277
2278
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2276

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

Instance Attribute Details

#uri_prefixString

The Cloud Storage destination to export to. 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 referenced inuri_prefix. Corresponds to the JSON propertyuriPrefix`

Returns:

  • (String)


2274
2275
2276
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2274

def uri_prefix
  @uri_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2281
2282
2283
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2281

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