Class ListMetadataSchemasResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder>
com.google.cloud.aiplatform.v1.ListMetadataSchemasResponse.Builder
All Implemented Interfaces:
ListMetadataSchemasResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListMetadataSchemasResponse

public static final class ListMetadataSchemasResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder> implements ListMetadataSchemasResponseOrBuilder
 Response message for
 [MetadataService.ListMetadataSchemas][google.cloud.aiplatform.v1.MetadataService.ListMetadataSchemas].
 
Protobuf type google.cloud.aiplatform.v1.ListMetadataSchemasResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder>
    • getDefaultInstanceForType

      public ListMetadataSchemasResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ListMetadataSchemasResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ListMetadataSchemasResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMetadataSchemasResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder>
    • mergeFrom

      public ListMetadataSchemasResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMetadataSchemasResponse.Builder>
      Throws:
      IOException
    • getMetadataSchemasList

      public List<MetadataSchema> getMetadataSchemasList()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
      Specified by:
      getMetadataSchemasList in interface ListMetadataSchemasResponseOrBuilder
    • getMetadataSchemasCount

      public int getMetadataSchemasCount()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
      Specified by:
      getMetadataSchemasCount in interface ListMetadataSchemasResponseOrBuilder
    • getMetadataSchemas

      public MetadataSchema getMetadataSchemas(int index)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
      Specified by:
      getMetadataSchemas in interface ListMetadataSchemasResponseOrBuilder
    • setMetadataSchemas

      public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema value)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • setMetadataSchemas

      public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • addMetadataSchemas

      public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema value)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • addMetadataSchemas

      public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema value)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • addMetadataSchemas

      public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema.Builder builderForValue)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • addMetadataSchemas

      public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • addAllMetadataSchemas

      public ListMetadataSchemasResponse.Builder addAllMetadataSchemas(Iterable<? extends MetadataSchema> values)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • clearMetadataSchemas

      public ListMetadataSchemasResponse.Builder clearMetadataSchemas()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • removeMetadataSchemas

      public ListMetadataSchemasResponse.Builder removeMetadataSchemas(int index)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getMetadataSchemasBuilder

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

      public MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
      Specified by:
      getMetadataSchemasOrBuilder in interface ListMetadataSchemasResponseOrBuilder
    • getMetadataSchemasOrBuilderList

      public List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
      Specified by:
      getMetadataSchemasOrBuilderList in interface ListMetadataSchemasResponseOrBuilder
    • addMetadataSchemasBuilder

      public MetadataSchema.Builder addMetadataSchemasBuilder()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • addMetadataSchemasBuilder

      public MetadataSchema.Builder addMetadataSchemasBuilder(int index)
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getMetadataSchemasBuilderList

      public List<MetadataSchema.Builder> getMetadataSchemasBuilderList()
       The MetadataSchemas found for the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.MetadataSchema metadata_schemas = 1;
    • getNextPageToken

      public 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;
      Specified by:
      getNextPageToken in interface ListMetadataSchemasResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public 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;
      Specified by:
      getNextPageTokenBytes in interface ListMetadataSchemasResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListMetadataSchemasResponse.Builder setNextPageToken(String value)
       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;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListMetadataSchemasResponse.Builder clearNextPageToken()
       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:
      This builder for chaining.
    • setNextPageTokenBytes

      public ListMetadataSchemasResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.