Class: Google::Cloud::VisionAI::V1::UndeployIndexMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UndeployIndexMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata message for UndeployIndex.
Instance Attribute Summary collapse
-
#deployed_index ⇒ ::String
readonly
Output only.
-
#operation_metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
Common metadata of the long-running operation.
Instance Attribute Details
#deployed_index ⇒ ::String (readonly)
Returns Output only. The index being undeployed.
2120 2121 2122 2123 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2120 class UndeployIndexMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_metadata ⇒ ::Google::Cloud::VisionAI::V1::OperationMetadata
Returns Common metadata of the long-running operation.
2120 2121 2122 2123 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2120 class UndeployIndexMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |