Class: Google::Cloud::AIPlatform::V1::DeleteOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/operation.rb
Overview
Details of operations that perform deletes of any entities.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
48 49 50 51 |
# File 'proto_docs/google/cloud/aiplatform/v1/operation.rb', line 48 class DeleteOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |