Class ListMetadataStoresResponse (3.42.0)

public final class ListMetadataStoresResponse extends GeneratedMessageV3 implements ListMetadataStoresResponseOrBuilder

Response message for MetadataService.ListMetadataStores.

Protobuf type google.cloud.aiplatform.v1beta1.ListMetadataStoresResponse

Static Fields

METADATA_STORES_FIELD_NUMBER

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

getDescriptor()

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

newBuilder()

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

newBuilder(ListMetadataStoresResponse prototype)

public static ListMetadataStoresResponse.Builder newBuilder(ListMetadataStoresResponse prototype)
Parameter
NameDescription
prototypeListMetadataStoresResponse
Returns
TypeDescription
ListMetadataStoresResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListMetadataStoresResponse getDefaultInstanceForType()
Returns
TypeDescription
ListMetadataStoresResponse

getMetadataStores(int index)

public MetadataStore getMetadataStores(int index)

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataStore

getMetadataStoresCount()

public int getMetadataStoresCount()

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Returns
TypeDescription
int

getMetadataStoresList()

public List<MetadataStore> getMetadataStoresList()

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Returns
TypeDescription
List<MetadataStore>

getMetadataStoresOrBuilder(int index)

public MetadataStoreOrBuilder getMetadataStoresOrBuilder(int index)

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataStoreOrBuilder

getMetadataStoresOrBuilderList()

public List<? extends MetadataStoreOrBuilder> getMetadataStoresOrBuilderList()

The MetadataStores found for the Location.

repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.MetadataStoreOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as ListMetadataStoresRequest.page_token to retrieve the next page. If this field is not populated, 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 ListMetadataStoresRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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