Class: Google::Apis::ComputeAlpha::SetCommonInstanceMetadataOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SetCommonInstanceMetadataOperationMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Encapsulates partial completion metadata for SetCommonInstanceMetadata. Will be propagated on Operation.metadata as per go/partial-completion-api-clean. See go/gce-aips/2822 for API council results.
Instance Attribute Summary collapse
-
#client_operation_id ⇒ String
Corresponds to the JSON property
clientOperationId. -
#per_location_operations ⇒ Hash<String,Google::Apis::ComputeAlpha::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo>
Corresponds to the JSON property
perLocationOperations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SetCommonInstanceMetadataOperationMetadata
constructor
A new instance of SetCommonInstanceMetadataOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SetCommonInstanceMetadataOperationMetadata
Returns a new instance of SetCommonInstanceMetadataOperationMetadata.
43201 43202 43203 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43201 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client_operation_id ⇒ String
Corresponds to the JSON property clientOperationId
43194 43195 43196 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43194 def client_operation_id @client_operation_id end |
#per_location_operations ⇒ Hash<String,Google::Apis::ComputeAlpha::SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo>
Corresponds to the JSON property perLocationOperations
43199 43200 43201 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43199 def per_location_operations @per_location_operations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43206 43207 43208 43209 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 43206 def update!(**args) @client_operation_id = args[:client_operation_id] if args.key?(:client_operation_id) @per_location_operations = args[:per_location_operations] if args.key?(:per_location_operations) end |