Class: Google::Apis::ServiceusageV1beta1::GoogleApiServiceusageV1OperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ServiceusageV1beta1::GoogleApiServiceusageV1OperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/serviceusage_v1beta1/classes.rb,
generated/google/apis/serviceusage_v1beta1/representations.rb,
generated/google/apis/serviceusage_v1beta1/representations.rb
Overview
The operation metadata returned for the batchend services operation.
Instance Attribute Summary collapse
-
#resource_names ⇒ Array<String>
The full name of the resources that this operation is directly associated with.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleApiServiceusageV1OperationMetadata
constructor
A new instance of GoogleApiServiceusageV1OperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleApiServiceusageV1OperationMetadata
Returns a new instance of GoogleApiServiceusageV1OperationMetadata
1710 1711 1712 |
# File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1710 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_names ⇒ Array<String>
The full name of the resources that this operation is directly
associated with.
Corresponds to the JSON property resourceNames
1708 1709 1710 |
# File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1708 def resource_names @resource_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1715 1716 1717 |
# File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1715 def update!(**args) @resource_names = args[:resource_names] if args.key?(:resource_names) end |