Class ListMetadataSchemasResponse (3.42.0)

public final class ListMetadataSchemasResponse extends GeneratedMessageV3 implements ListMetadataSchemasResponseOrBuilder

Response message for MetadataService.ListMetadataSchemas.

Protobuf type google.cloud.aiplatform.v1.ListMetadataSchemasResponse

Static Fields

METADATA_SCHEMAS_FIELD_NUMBER

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

getDescriptor()

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

newBuilder()

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

newBuilder(ListMetadataSchemasResponse prototype)

public static ListMetadataSchemasResponse.Builder newBuilder(ListMetadataSchemasResponse prototype)
Parameter
NameDescription
prototypeListMetadataSchemasResponse
Returns
TypeDescription
ListMetadataSchemasResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListMetadataSchemasResponse getDefaultInstanceForType()
Returns
TypeDescription
ListMetadataSchemasResponse

getMetadataSchemas(int index)

public MetadataSchema getMetadataSchemas(int index)

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataSchema

getMetadataSchemasCount()

public int getMetadataSchemasCount()

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Returns
TypeDescription
int

getMetadataSchemasList()

public List<MetadataSchema> getMetadataSchemasList()

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Returns
TypeDescription
List<MetadataSchema>

getMetadataSchemasOrBuilder(int index)

public MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataSchemaOrBuilder

getMetadataSchemasOrBuilderList()

public List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()

The MetadataSchemas found for the MetadataStore.

repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;

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

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as ListMetadataSchemasRequest.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 ListMetadataSchemasRequest.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<ListMetadataSchemasResponse> getParserForType()
Returns
TypeDescription
Parser<ListMetadataSchemasResponse>
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 ListMetadataSchemasResponse.Builder newBuilderForType()
Returns
TypeDescription
ListMetadataSchemasResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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