Class ListSpecialistPoolsResponse.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<ListSpecialistPoolsResponse.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<ListSpecialistPoolsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ListSpecialistPoolsResponse.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<ListSpecialistPoolsResponse.Builder>
        Throws:
        IOException
      • getSpecialistPoolsCount

        public int getSpecialistPoolsCount()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
        Specified by:
        getSpecialistPoolsCount in interface ListSpecialistPoolsResponseOrBuilder
      • setSpecialistPools

        public ListSpecialistPoolsResponse.Builder setSpecialistPools​(int index,
                                                                      SpecialistPool value)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • setSpecialistPools

        public ListSpecialistPoolsResponse.Builder setSpecialistPools​(int index,
                                                                      SpecialistPool.Builder builderForValue)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • addSpecialistPools

        public ListSpecialistPoolsResponse.Builder addSpecialistPools​(SpecialistPool value)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • addSpecialistPools

        public ListSpecialistPoolsResponse.Builder addSpecialistPools​(int index,
                                                                      SpecialistPool value)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • addSpecialistPools

        public ListSpecialistPoolsResponse.Builder addSpecialistPools​(int index,
                                                                      SpecialistPool.Builder builderForValue)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • addAllSpecialistPools

        public ListSpecialistPoolsResponse.Builder addAllSpecialistPools​(Iterable<? extends SpecialistPool> values)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • clearSpecialistPools

        public ListSpecialistPoolsResponse.Builder clearSpecialistPools()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • removeSpecialistPools

        public ListSpecialistPoolsResponse.Builder removeSpecialistPools​(int index)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • getSpecialistPoolsBuilder

        public SpecialistPool.Builder getSpecialistPoolsBuilder​(int index)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • addSpecialistPoolsBuilder

        public SpecialistPool.Builder addSpecialistPoolsBuilder()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • addSpecialistPoolsBuilder

        public SpecialistPool.Builder addSpecialistPoolsBuilder​(int index)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • getSpecialistPoolsBuilderList

        public List<SpecialistPool.Builder> getSpecialistPoolsBuilderList()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • setNextPageToken

        public ListSpecialistPoolsResponse.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 ListSpecialistPoolsResponse.Builder clearNextPageToken()
         The standard List next-page token.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListSpecialistPoolsResponse.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.
      • mergeUnknownFields

        public final ListSpecialistPoolsResponse.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<ListSpecialistPoolsResponse.Builder>