Class: Google::Cloud::ServiceUsage::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/resources.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 Attribute Details
#resource_names ⇒ ::Array<::String>
Returns The full name of the resources that this operation is directly associated with.
101 102 103 104 |
# File 'proto_docs/google/api/serviceusage/v1/resources.rb', line 101 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |