Class: Google::Apis::DatafusionV1beta1::LocationData
- Inherits:
-
Object
- Object
- Google::Apis::DatafusionV1beta1::LocationData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datafusion_v1beta1/classes.rb,
lib/google/apis/datafusion_v1beta1/representations.rb,
lib/google/apis/datafusion_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#blobstore_location ⇒ Google::Apis::DatafusionV1beta1::BlobstoreLocation
Policy ID that identified data placement in Blobstore as per go/blobstore-user- guide#data-metadata-placement-and-failure-domains Corresponds to the JSON property
blobstoreLocation
. -
#child_asset_location ⇒ Google::Apis::DatafusionV1beta1::CloudAssetComposition
Corresponds to the JSON property
childAssetLocation
. -
#direct_location ⇒ Google::Apis::DatafusionV1beta1::DirectLocationAssignment
Corresponds to the JSON property
directLocation
. -
#gcp_project_proxy ⇒ Google::Apis::DatafusionV1beta1::TenantProjectProxy
Corresponds to the JSON property
gcpProjectProxy
. -
#placer_location ⇒ Google::Apis::DatafusionV1beta1::PlacerLocation
Message describing that the location of the customer resource is tied to placer allocations Corresponds to the JSON property
placerLocation
. -
#spanner_location ⇒ Google::Apis::DatafusionV1beta1::SpannerLocation
Corresponds to the JSON property
spannerLocation
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LocationData
constructor
A new instance of LocationData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LocationData
Returns a new instance of LocationData.
1175 1176 1177 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1175 def initialize(**args) update!(**args) end |
Instance Attribute Details
#blobstore_location ⇒ Google::Apis::DatafusionV1beta1::BlobstoreLocation
Policy ID that identified data placement in Blobstore as per go/blobstore-user-
guide#data-metadata-placement-and-failure-domains
Corresponds to the JSON property blobstoreLocation
1147 1148 1149 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1147 def blobstore_location @blobstore_location end |
#child_asset_location ⇒ Google::Apis::DatafusionV1beta1::CloudAssetComposition
Corresponds to the JSON property childAssetLocation
1152 1153 1154 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1152 def child_asset_location @child_asset_location end |
#direct_location ⇒ Google::Apis::DatafusionV1beta1::DirectLocationAssignment
Corresponds to the JSON property directLocation
1157 1158 1159 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1157 def direct_location @direct_location end |
#gcp_project_proxy ⇒ Google::Apis::DatafusionV1beta1::TenantProjectProxy
Corresponds to the JSON property gcpProjectProxy
1162 1163 1164 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1162 def gcp_project_proxy @gcp_project_proxy end |
#placer_location ⇒ Google::Apis::DatafusionV1beta1::PlacerLocation
Message describing that the location of the customer resource is tied to
placer allocations
Corresponds to the JSON property placerLocation
1168 1169 1170 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1168 def placer_location @placer_location end |
#spanner_location ⇒ Google::Apis::DatafusionV1beta1::SpannerLocation
Corresponds to the JSON property spannerLocation
1173 1174 1175 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1173 def spanner_location @spanner_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/google/apis/datafusion_v1beta1/classes.rb', line 1180 def update!(**args) @blobstore_location = args[:blobstore_location] if args.key?(:blobstore_location) @child_asset_location = args[:child_asset_location] if args.key?(:child_asset_location) @direct_location = args[:direct_location] if args.key?(:direct_location) @gcp_project_proxy = args[:gcp_project_proxy] if args.key?(:gcp_project_proxy) @placer_location = args[:placer_location] if args.key?(:placer_location) @spanner_location = args[:spanner_location] if args.key?(:spanner_location) end |