Class ListIndexEndpointsResponse (3.42.0)

public final class ListIndexEndpointsResponse extends GeneratedMessageV3 implements ListIndexEndpointsResponseOrBuilder

Response message for IndexEndpointService.ListIndexEndpoints.

Protobuf type google.cloud.aiplatform.v1.ListIndexEndpointsResponse

Static Fields

INDEX_ENDPOINTS_FIELD_NUMBER

public static final int INDEX_ENDPOINTS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListIndexEndpointsResponse getDefaultInstance()
Returns
TypeDescription
ListIndexEndpointsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListIndexEndpointsResponse.Builder newBuilder()
Returns
TypeDescription
ListIndexEndpointsResponse.Builder

newBuilder(ListIndexEndpointsResponse prototype)

public static ListIndexEndpointsResponse.Builder newBuilder(ListIndexEndpointsResponse prototype)
Parameter
NameDescription
prototypeListIndexEndpointsResponse
Returns
TypeDescription
ListIndexEndpointsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListIndexEndpointsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListIndexEndpointsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListIndexEndpointsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListIndexEndpointsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListIndexEndpointsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListIndexEndpointsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListIndexEndpointsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListIndexEndpointsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListIndexEndpointsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListIndexEndpointsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListIndexEndpointsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListIndexEndpointsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListIndexEndpointsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListIndexEndpointsResponse> parser()
Returns
TypeDescription
Parser<ListIndexEndpointsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListIndexEndpointsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListIndexEndpointsResponse

getIndexEndpoints(int index)

public IndexEndpoint getIndexEndpoints(int index)

List of IndexEndpoints in the requested page.

repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IndexEndpoint

getIndexEndpointsCount()

public int getIndexEndpointsCount()

List of IndexEndpoints in the requested page.

repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;

Returns
TypeDescription
int

getIndexEndpointsList()

public List<IndexEndpoint> getIndexEndpointsList()

List of IndexEndpoints in the requested page.

repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;

Returns
TypeDescription
List<IndexEndpoint>

getIndexEndpointsOrBuilder(int index)

public IndexEndpointOrBuilder getIndexEndpointsOrBuilder(int index)

List of IndexEndpoints in the requested page.

repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IndexEndpointOrBuilder

getIndexEndpointsOrBuilderList()

public List<? extends IndexEndpointOrBuilder> getIndexEndpointsOrBuilderList()

List of IndexEndpoints in the requested page.

repeated .google.cloud.aiplatform.v1.IndexEndpoint index_endpoints = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.IndexEndpointOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass to ListIndexEndpointsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListIndexEndpointsResponse> getParserForType()
Returns
TypeDescription
Parser<ListIndexEndpointsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListIndexEndpointsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListIndexEndpointsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListIndexEndpointsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListIndexEndpointsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListIndexEndpointsResponse.Builder toBuilder()
Returns
TypeDescription
ListIndexEndpointsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException