Class ListEntryGroupsResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ListEntryGroupsResponse.Builder>
com.google.cloud.datacatalog.v1beta1.ListEntryGroupsResponse.Builder
All Implemented Interfaces:
ListEntryGroupsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ListEntryGroupsResponse

public static final class ListEntryGroupsResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListEntryGroupsResponse.Builder> implements ListEntryGroupsResponseOrBuilder
 Response message for
 [ListEntryGroups][google.cloud.datacatalog.v1beta1.DataCatalog.ListEntryGroups].
 
Protobuf type google.cloud.datacatalog.v1beta1.ListEntryGroupsResponse
  • 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<ListEntryGroupsResponse.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<ListEntryGroupsResponse.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<ListEntryGroupsResponse.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public ListEntryGroupsResponse.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<ListEntryGroupsResponse.Builder>
      Throws:
      IOException
    • getEntryGroupsList

      public List<EntryGroup> getEntryGroupsList()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
      Specified by:
      getEntryGroupsList in interface ListEntryGroupsResponseOrBuilder
    • getEntryGroupsCount

      public int getEntryGroupsCount()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
      Specified by:
      getEntryGroupsCount in interface ListEntryGroupsResponseOrBuilder
    • getEntryGroups

      public EntryGroup getEntryGroups(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
      Specified by:
      getEntryGroups in interface ListEntryGroupsResponseOrBuilder
    • setEntryGroups

      public ListEntryGroupsResponse.Builder setEntryGroups(int index, EntryGroup value)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • setEntryGroups

      public ListEntryGroupsResponse.Builder setEntryGroups(int index, EntryGroup.Builder builderForValue)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • addEntryGroups

      public ListEntryGroupsResponse.Builder addEntryGroups(EntryGroup value)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • addEntryGroups

      public ListEntryGroupsResponse.Builder addEntryGroups(int index, EntryGroup value)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • addEntryGroups

      public ListEntryGroupsResponse.Builder addEntryGroups(EntryGroup.Builder builderForValue)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • addEntryGroups

      public ListEntryGroupsResponse.Builder addEntryGroups(int index, EntryGroup.Builder builderForValue)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • addAllEntryGroups

      public ListEntryGroupsResponse.Builder addAllEntryGroups(Iterable<? extends EntryGroup> values)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • clearEntryGroups

      public ListEntryGroupsResponse.Builder clearEntryGroups()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • removeEntryGroups

      public ListEntryGroupsResponse.Builder removeEntryGroups(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroupsBuilder

      public EntryGroup.Builder getEntryGroupsBuilder(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroupsOrBuilder

      public EntryGroupOrBuilder getEntryGroupsOrBuilder(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
      Specified by:
      getEntryGroupsOrBuilder in interface ListEntryGroupsResponseOrBuilder
    • getEntryGroupsOrBuilderList

      public List<? extends EntryGroupOrBuilder> getEntryGroupsOrBuilderList()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
      Specified by:
      getEntryGroupsOrBuilderList in interface ListEntryGroupsResponseOrBuilder
    • addEntryGroupsBuilder

      public EntryGroup.Builder addEntryGroupsBuilder()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • addEntryGroupsBuilder

      public EntryGroup.Builder addEntryGroupsBuilder(int index)
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getEntryGroupsBuilderList

      public List<EntryGroup.Builder> getEntryGroupsBuilderList()
       EntryGroup details.
       
      repeated .google.cloud.datacatalog.v1beta1.EntryGroup entry_groups = 1;
    • getNextPageToken

      public String getNextPageToken()
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListEntryGroupsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface ListEntryGroupsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListEntryGroupsResponse.Builder setNextPageToken(String value)
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListEntryGroupsResponse.Builder clearNextPageToken()
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Returns:
      This builder for chaining.
    • setNextPageTokenBytes

      public ListEntryGroupsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       Token to retrieve the next page of results. It is set to empty if no items
       remain in results.
       
      string next_page_token = 2;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.