Class ListFeatureViewsResponse.Builder

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

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

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

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

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

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

      public ListFeatureViewsResponse.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<ListFeatureViewsResponse.Builder>
      Throws:
      IOException
    • getFeatureViewsList

      public List<FeatureView> getFeatureViewsList()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
      Specified by:
      getFeatureViewsList in interface ListFeatureViewsResponseOrBuilder
    • getFeatureViewsCount

      public int getFeatureViewsCount()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
      Specified by:
      getFeatureViewsCount in interface ListFeatureViewsResponseOrBuilder
    • getFeatureViews

      public FeatureView getFeatureViews(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
      Specified by:
      getFeatureViews in interface ListFeatureViewsResponseOrBuilder
    • setFeatureViews

      public ListFeatureViewsResponse.Builder setFeatureViews(int index, FeatureView value)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • setFeatureViews

      public ListFeatureViewsResponse.Builder setFeatureViews(int index, FeatureView.Builder builderForValue)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • addFeatureViews

      public ListFeatureViewsResponse.Builder addFeatureViews(FeatureView value)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • addFeatureViews

      public ListFeatureViewsResponse.Builder addFeatureViews(int index, FeatureView value)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • addFeatureViews

      public ListFeatureViewsResponse.Builder addFeatureViews(FeatureView.Builder builderForValue)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • addFeatureViews

      public ListFeatureViewsResponse.Builder addFeatureViews(int index, FeatureView.Builder builderForValue)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • addAllFeatureViews

      public ListFeatureViewsResponse.Builder addAllFeatureViews(Iterable<? extends FeatureView> values)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • clearFeatureViews

      public ListFeatureViewsResponse.Builder clearFeatureViews()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • removeFeatureViews

      public ListFeatureViewsResponse.Builder removeFeatureViews(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViewsBuilder

      public FeatureView.Builder getFeatureViewsBuilder(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViewsOrBuilder

      public FeatureViewOrBuilder getFeatureViewsOrBuilder(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
      Specified by:
      getFeatureViewsOrBuilder in interface ListFeatureViewsResponseOrBuilder
    • getFeatureViewsOrBuilderList

      public List<? extends FeatureViewOrBuilder> getFeatureViewsOrBuilderList()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
      Specified by:
      getFeatureViewsOrBuilderList in interface ListFeatureViewsResponseOrBuilder
    • addFeatureViewsBuilder

      public FeatureView.Builder addFeatureViewsBuilder()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • addFeatureViewsBuilder

      public FeatureView.Builder addFeatureViewsBuilder(int index)
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getFeatureViewsBuilderList

      public List<FeatureView.Builder> getFeatureViewsBuilderList()
       The FeatureViews matching the request.
       
      repeated .google.cloud.aiplatform.v1.FeatureView feature_views = 1;
    • getNextPageToken

      public String getNextPageToken()
       A token, which can be sent as
       [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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 ListFeatureViewsResponseOrBuilder
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      public com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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 ListFeatureViewsResponseOrBuilder
      Returns:
      The bytes for nextPageToken.
    • setNextPageToken

      public ListFeatureViewsResponse.Builder setNextPageToken(String value)
       A token, which can be sent as
       [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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 ListFeatureViewsResponse.Builder clearNextPageToken()
       A token, which can be sent as
       [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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 ListFeatureViewsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
       A token, which can be sent as
       [ListFeatureViewsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewsRequest.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.