Class: Google::Cloud::VisionAI::V1::UndeployIndexMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployed_index::String (readonly)

Returns Output only. The index being undeployed.

Returns:

  • (::String)

    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.

Returns:



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