Class CreateIndexEndpointRequest (3.44.0)

public final class CreateIndexEndpointRequest extends GeneratedMessageV3 implements CreateIndexEndpointRequestOrBuilder

Request message for IndexEndpointService.CreateIndexEndpoint.

Protobuf type google.cloud.aiplatform.v1.CreateIndexEndpointRequest

Static Fields

INDEX_ENDPOINT_FIELD_NUMBER

public static final int INDEX_ENDPOINT_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CreateIndexEndpointRequest getDefaultInstance()
Returns
Type Description
CreateIndexEndpointRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CreateIndexEndpointRequest.Builder newBuilder()
Returns
Type Description
CreateIndexEndpointRequest.Builder

newBuilder(CreateIndexEndpointRequest prototype)

public static CreateIndexEndpointRequest.Builder newBuilder(CreateIndexEndpointRequest prototype)
Parameter
Name Description
prototype CreateIndexEndpointRequest
Returns
Type Description
CreateIndexEndpointRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateIndexEndpointRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateIndexEndpointRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CreateIndexEndpointRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateIndexEndpointRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateIndexEndpointRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateIndexEndpointRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateIndexEndpointRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateIndexEndpointRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CreateIndexEndpointRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateIndexEndpointRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CreateIndexEndpointRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateIndexEndpointRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateIndexEndpointRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CreateIndexEndpointRequest> parser()
Returns
Type Description
Parser<CreateIndexEndpointRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public CreateIndexEndpointRequest getDefaultInstanceForType()
Returns
Type Description
CreateIndexEndpointRequest

getIndexEndpoint()

public IndexEndpoint getIndexEndpoint()

Required. The IndexEndpoint to create.

.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IndexEndpoint

The indexEndpoint.

getIndexEndpointOrBuilder()

public IndexEndpointOrBuilder getIndexEndpointOrBuilder()

Required. The IndexEndpoint to create.

.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IndexEndpointOrBuilder

getParent()

public String getParent()

Required. The resource name of the Location to create the IndexEndpoint in. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the Location to create the IndexEndpoint in. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateIndexEndpointRequest> getParserForType()
Returns
Type Description
Parser<CreateIndexEndpointRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasIndexEndpoint()

public boolean hasIndexEndpoint()

Required. The IndexEndpoint to create.

.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the indexEndpoint field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CreateIndexEndpointRequest.Builder newBuilderForType()
Returns
Type Description
CreateIndexEndpointRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateIndexEndpointRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CreateIndexEndpointRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CreateIndexEndpointRequest.Builder toBuilder()
Returns
Type Description
CreateIndexEndpointRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException