Class ListDataItemsResponse.Builder

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

public static final class ListDataItemsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListDataItemsResponse.Builder> implements ListDataItemsResponseOrBuilder
 Response message for
 [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems].
 
Protobuf type google.cloud.aiplatform.v1.ListDataItemsResponse
  • 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<ListDataItemsResponse.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<ListDataItemsResponse.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<ListDataItemsResponse.Builder>
    • getDefaultInstanceForType

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

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

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

      public ListDataItemsResponse.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<ListDataItemsResponse.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<ListDataItemsResponse.Builder>
    • mergeFrom

      public ListDataItemsResponse.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<ListDataItemsResponse.Builder>
      Throws:
      IOException
    • getDataItemsList

      public List<DataItem> getDataItemsList()
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
      Specified by:
      getDataItemsList in interface ListDataItemsResponseOrBuilder
    • getDataItemsCount

      public int getDataItemsCount()
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
      Specified by:
      getDataItemsCount in interface ListDataItemsResponseOrBuilder
    • getDataItems

      public DataItem getDataItems(int index)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
      Specified by:
      getDataItems in interface ListDataItemsResponseOrBuilder
    • setDataItems

      public ListDataItemsResponse.Builder setDataItems(int index, DataItem value)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • setDataItems

      public ListDataItemsResponse.Builder setDataItems(int index, DataItem.Builder builderForValue)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • addDataItems

      public ListDataItemsResponse.Builder addDataItems(DataItem value)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • addDataItems

      public ListDataItemsResponse.Builder addDataItems(int index, DataItem value)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • addDataItems

      public ListDataItemsResponse.Builder addDataItems(DataItem.Builder builderForValue)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • addDataItems

      public ListDataItemsResponse.Builder addDataItems(int index, DataItem.Builder builderForValue)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • addAllDataItems

      public ListDataItemsResponse.Builder addAllDataItems(Iterable<? extends DataItem> values)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • clearDataItems

      public ListDataItemsResponse.Builder clearDataItems()
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • removeDataItems

      public ListDataItemsResponse.Builder removeDataItems(int index)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • getDataItemsBuilder

      public DataItem.Builder getDataItemsBuilder(int index)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • getDataItemsOrBuilder

      public DataItemOrBuilder getDataItemsOrBuilder(int index)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
      Specified by:
      getDataItemsOrBuilder in interface ListDataItemsResponseOrBuilder
    • getDataItemsOrBuilderList

      public List<? extends DataItemOrBuilder> getDataItemsOrBuilderList()
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
      Specified by:
      getDataItemsOrBuilderList in interface ListDataItemsResponseOrBuilder
    • addDataItemsBuilder

      public DataItem.Builder addDataItemsBuilder()
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • addDataItemsBuilder

      public DataItem.Builder addDataItemsBuilder(int index)
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • getDataItemsBuilderList

      public List<DataItem.Builder> getDataItemsBuilderList()
       A list of DataItems that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.DataItem data_items = 1;
    • getNextPageToken

      public String getNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListDataItemsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       The standard List next-page token.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface ListDataItemsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListDataItemsResponse.Builder setNextPageToken(String value)
       The standard List next-page token.
       
      string next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListDataItemsResponse.Builder clearNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      This builder for chaining.
    • setNextPageTokenBytes

      public ListDataItemsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       The standard List next-page token.
       
      string next_page_token = 2;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.