Vision AI v1 API - Class CreateIndexEndpointRequest (1.0.0-beta01)

public sealed class CreateIndexEndpointRequest : IMessage<CreateIndexEndpointRequest>, IEquatable<CreateIndexEndpointRequest>, IDeepCloneable<CreateIndexEndpointRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class CreateIndexEndpointRequest.

Request message for CreateIndexEndpoint.

Inheritance

object > CreateIndexEndpointRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

CreateIndexEndpointRequest()

public CreateIndexEndpointRequest()

CreateIndexEndpointRequest(CreateIndexEndpointRequest)

public CreateIndexEndpointRequest(CreateIndexEndpointRequest other)
Parameter
Name Description
other CreateIndexEndpointRequest

Properties

IndexEndpoint

public IndexEndpoint IndexEndpoint { get; set; }

Required. The resource being created.

Property Value
Type Description
IndexEndpoint

IndexEndpointId

public string IndexEndpointId { get; set; }

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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName