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:



1994
1995
1996
1997
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1994

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.



1994
1995
1996
1997
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1994

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}



1994
1995
1996
1997
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1994

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