Class: Google::Cloud::VisionAI::V1::UndeployIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UndeployIndexRequest
- 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
-
#index_endpoint ⇒ ::String
Required.
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}.
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 |