Class ListFeaturestoresResponse.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.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.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListFeaturestoresResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
      • isInitialized

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

        public ListFeaturestoresResponse.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<ListFeaturestoresResponse.Builder>
        Throws:
        IOException
      • clearFeaturestores

        public ListFeaturestoresResponse.Builder clearFeaturestores()
         The Featurestores matching the request.
         
        repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      • removeFeaturestores

        public ListFeaturestoresResponse.Builder removeFeaturestores​(int index)
         The Featurestores matching the request.
         
        repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      • getFeaturestoresBuilder

        public Featurestore.Builder getFeaturestoresBuilder​(int index)
         The Featurestores matching the request.
         
        repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      • addFeaturestoresBuilder

        public Featurestore.Builder addFeaturestoresBuilder()
         The Featurestores matching the request.
         
        repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      • addFeaturestoresBuilder

        public Featurestore.Builder addFeaturestoresBuilder​(int index)
         The Featurestores matching the request.
         
        repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      • getFeaturestoresBuilderList

        public List<Featurestore.Builder> getFeaturestoresBuilderList()
         The Featurestores matching the request.
         
        repeated .google.cloud.aiplatform.v1.Featurestore featurestores = 1;
      • getNextPageToken

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

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

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

        public final ListFeaturestoresResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>
      • mergeUnknownFields

        public final ListFeaturestoresResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFeaturestoresResponse.Builder>