Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class CreateIndexEndpointRequest.
Request message for CreateIndexEndpoint.
Generated from protobuf message google.cloud.visionai.v1.CreateIndexEndpointRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Format: projects/{project}/locations/{location}
↳ index_endpoint_id
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
getParent
Required. Format: projects/{project}/locations/{location}
string
setParent
Required. Format: projects/{project}/locations/{location}
var
string
$this
getIndexEndpointId
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.
string
setIndexEndpointId
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.
var
string
$this
getIndexEndpoint
Required. The resource being created.
hasIndexEndpoint
clearIndexEndpoint
setIndexEndpoint
Required. The resource being created.
$this
static::build
parent
string
Required. Format: projects/{project}/locations/{location}
Please see WarehouseClient::locationName()
for help formatting this field.
indexEndpoint
indexEndpointId
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.

