Class ListFeaturestoresResponse (3.42.0)

public final class ListFeaturestoresResponse extends GeneratedMessageV3 implements ListFeaturestoresResponseOrBuilder

Response message for FeaturestoreService.ListFeaturestores.

Protobuf type google.cloud.aiplatform.v1.ListFeaturestoresResponse

Static Fields

FEATURESTORES_FIELD_NUMBER

public static final int FEATURESTORES_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 ListFeaturestoresResponse getDefaultInstance()
Returns
TypeDescription
ListFeaturestoresResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListFeaturestoresResponse prototype)

public static ListFeaturestoresResponse.Builder newBuilder(ListFeaturestoresResponse prototype)
Parameter
NameDescription
prototypeListFeaturestoresResponse
Returns
TypeDescription
ListFeaturestoresResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListFeaturestoresResponse getDefaultInstanceForType()
Returns
TypeDescription
ListFeaturestoresResponse

getFeaturestores(int index)

public Featurestore getFeaturestores(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Featurestore

getFeaturestoresCount()

public int getFeaturestoresCount()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
int

getFeaturestoresList()

public List<Featurestore> getFeaturestoresList()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Returns
TypeDescription
List<Featurestore>

getFeaturestoresOrBuilder(int index)

public FeaturestoreOrBuilder getFeaturestoresOrBuilder(int index)

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeaturestoreOrBuilder

getFeaturestoresOrBuilderList()

public List<? extends FeaturestoreOrBuilder> getFeaturestoresOrBuilderList()

The Featurestores matching the request.

repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;

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

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as ListFeaturestoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as ListFeaturestoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListFeaturestoresResponse> getParserForType()
Returns
TypeDescription
Parser<ListFeaturestoresResponse>
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 ListFeaturestoresResponse.Builder newBuilderForType()
Returns
TypeDescription
ListFeaturestoresResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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