Interface ListMetadataSchemasResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListMetadataSchemasResponse, ListMetadataSchemasResponse.Builder

@Generated public interface ListMetadataSchemasResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getMetadataSchemas(int index)
    The MetadataSchemas found for the MetadataStore.
    int
    The MetadataSchemas found for the MetadataStore.
    The MetadataSchemas found for the MetadataStore.
    The MetadataSchemas found for the MetadataStore.
    The MetadataSchemas found for the MetadataStore.
    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
    A token, which can be sent as [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1.ListMetadataSchemasRequest.page_token] to retrieve the next page.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMetadataSchemasList

      List<MetadataSchema> getMetadataSchemasList()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getMetadataSchemas

      MetadataSchema getMetadataSchemas(int index)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getMetadataSchemasCount

      int getMetadataSchemasCount()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getMetadataSchemasOrBuilderList

      List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getMetadataSchemasOrBuilder

      MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getNextPageToken

      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;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      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;
      Returns:
      The bytes for nextPageToken.