Vision AI V1 API - Class Google::Cloud::VisionAI::V1::CreateIndexEndpointRequest (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::CreateIndexEndpointRequest.

Request message for CreateIndexEndpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#index_endpoint

def index_endpoint() -> ::Google::Cloud::VisionAI::V1::IndexEndpoint
Returns

#index_endpoint=

def index_endpoint=(value) -> ::Google::Cloud::VisionAI::V1::IndexEndpoint
Parameter
Returns

#index_endpoint_id

def index_endpoint_id() -> ::String
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.

#index_endpoint_id=

def index_endpoint_id=(value) -> ::String
Parameter
  • value (::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.

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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. Format: projects/{project}/locations/{location}