Class ListEntityTypesResponse.Builder

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

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

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

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

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

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

      public ListEntityTypesResponse.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<ListEntityTypesResponse.Builder>
      Throws:
      IOException
    • getEntityTypesList

      public List<EntityType> getEntityTypesList()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
      Specified by:
      getEntityTypesList in interface ListEntityTypesResponseOrBuilder
    • getEntityTypesCount

      public int getEntityTypesCount()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
      Specified by:
      getEntityTypesCount in interface ListEntityTypesResponseOrBuilder
    • getEntityTypes

      public EntityType getEntityTypes(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
      Specified by:
      getEntityTypes in interface ListEntityTypesResponseOrBuilder
    • setEntityTypes

      public ListEntityTypesResponse.Builder setEntityTypes(int index, EntityType value)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • setEntityTypes

      public ListEntityTypesResponse.Builder setEntityTypes(int index, EntityType.Builder builderForValue)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • addEntityTypes

      public ListEntityTypesResponse.Builder addEntityTypes(EntityType value)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • addEntityTypes

      public ListEntityTypesResponse.Builder addEntityTypes(int index, EntityType value)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • addEntityTypes

      public ListEntityTypesResponse.Builder addEntityTypes(EntityType.Builder builderForValue)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • addEntityTypes

      public ListEntityTypesResponse.Builder addEntityTypes(int index, EntityType.Builder builderForValue)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • addAllEntityTypes

      public ListEntityTypesResponse.Builder addAllEntityTypes(Iterable<? extends EntityType> values)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • clearEntityTypes

      public ListEntityTypesResponse.Builder clearEntityTypes()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • removeEntityTypes

      public ListEntityTypesResponse.Builder removeEntityTypes(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypesBuilder

      public EntityType.Builder getEntityTypesBuilder(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypesOrBuilder

      public EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
      Specified by:
      getEntityTypesOrBuilder in interface ListEntityTypesResponseOrBuilder
    • getEntityTypesOrBuilderList

      public List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
      Specified by:
      getEntityTypesOrBuilderList in interface ListEntityTypesResponseOrBuilder
    • addEntityTypesBuilder

      public EntityType.Builder addEntityTypesBuilder()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • addEntityTypesBuilder

      public EntityType.Builder addEntityTypesBuilder(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypesBuilderList

      public List<EntityType.Builder> getEntityTypesBuilderList()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getNextPageToken

      public String getNextPageToken()
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListEntityTypesResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Specified by:
      getNextPageTokenBytes in interface ListEntityTypesResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListEntityTypesResponse.Builder setNextPageToken(String value)
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Parameters:
      value - The nextPageToken to set.
      Returns:
      This builder for chaining.
    • clearNextPageToken

      public ListEntityTypesResponse.Builder clearNextPageToken()
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      This builder for chaining.
    • setNextPageTokenBytes

      public ListEntityTypesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Parameters:
      value - The bytes for nextPageToken to set.
      Returns:
      This builder for chaining.