public interface ListMetadataSchemasResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetadataSchema |
getMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
|
int |
getMetadataSchemasCount()
The MetadataSchemas found for the MetadataStore.
|
List<MetadataSchema> |
getMetadataSchemasList()
The MetadataSchemas found for the MetadataStore.
|
MetadataSchemaOrBuilder |
getMetadataSchemasOrBuilder(int index)
The MetadataSchemas found for the MetadataStore.
|
List<? extends MetadataSchemaOrBuilder> |
getMetadataSchemasOrBuilderList()
The MetadataSchemas found for the MetadataStore.
|
String |
getNextPageToken()
A token, which can be sent as
[ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MetadataSchema> getMetadataSchemasList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;MetadataSchema getMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;int getMetadataSchemasCount()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;String getNextPageToken()
A token, which can be sent as [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.