Class: Google::Cloud::VisionAI::V1::CreateIndexEndpointRequest

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 CreateIndexEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#index_endpoint::Google::Cloud::VisionAI::V1::IndexEndpoint

Returns Required. The resource being created.

Returns:



1970
1971
1972
1973
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1970

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

#index_endpoint_id::String

Returns Optional. The ID to use for the IndexEndpoint, which will become the final component of the IndexEndpoint's resource name if the user specifies it. Otherwise, IndexEndpoint id will be autogenerated.

This value should be up to 63 characters, and valid characters are a-z, 0-9 and dash (-). The first character must be a letter, the last must be a letter or a number.

Returns:

  • (::String)

    Optional. The ID to use for the IndexEndpoint, which will become the final component of the IndexEndpoint's resource name if the user specifies it. Otherwise, IndexEndpoint id will be autogenerated.

    This value should be up to 63 characters, and valid characters are a-z, 0-9 and dash (-). The first character must be a letter, the last must be a letter or a number.



1970
1971
1972
1973
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1970

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

#parent::String

Returns Required. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. Format: projects/{project}/locations/{location}



1970
1971
1972
1973
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1970

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