Class: Google::Cloud::VisionAI::V1::UndeployIndexRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Request message for UndeployIndexEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#index_endpoint::String

Returns Required. Resource name of the IndexEndpoint resource on which the undeployment will act. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}.

Returns:

  • (::String)

    Required. Resource name of the IndexEndpoint resource on which the undeployment will act. Format: projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}



2155
2156
2157
2158
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2155

class UndeployIndexRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end