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

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

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

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

        public ListAttachedClustersResponse.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<ListAttachedClustersResponse.Builder>
        Throws:
        IOException
      • getAttachedClustersList

        public List<AttachedCluster> getAttachedClustersList()
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
        Specified by:
        getAttachedClustersList in interface ListAttachedClustersResponseOrBuilder
      • getAttachedClustersCount

        public int getAttachedClustersCount()
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
        Specified by:
        getAttachedClustersCount in interface ListAttachedClustersResponseOrBuilder
      • getAttachedClusters

        public AttachedCluster getAttachedClusters​(int index)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
        Specified by:
        getAttachedClusters in interface ListAttachedClustersResponseOrBuilder
      • setAttachedClusters

        public ListAttachedClustersResponse.Builder setAttachedClusters​(int index,
                                                                        AttachedCluster value)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • setAttachedClusters

        public ListAttachedClustersResponse.Builder setAttachedClusters​(int index,
                                                                        AttachedCluster.Builder builderForValue)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAttachedClusters

        public ListAttachedClustersResponse.Builder addAttachedClusters​(AttachedCluster value)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAttachedClusters

        public ListAttachedClustersResponse.Builder addAttachedClusters​(int index,
                                                                        AttachedCluster value)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAttachedClusters

        public ListAttachedClustersResponse.Builder addAttachedClusters​(AttachedCluster.Builder builderForValue)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAttachedClusters

        public ListAttachedClustersResponse.Builder addAttachedClusters​(int index,
                                                                        AttachedCluster.Builder builderForValue)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAllAttachedClusters

        public ListAttachedClustersResponse.Builder addAllAttachedClusters​(Iterable<? extends AttachedCluster> values)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • clearAttachedClusters

        public ListAttachedClustersResponse.Builder clearAttachedClusters()
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • removeAttachedClusters

        public ListAttachedClustersResponse.Builder removeAttachedClusters​(int index)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • getAttachedClustersBuilder

        public AttachedCluster.Builder getAttachedClustersBuilder​(int index)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAttachedClustersBuilder

        public AttachedCluster.Builder addAttachedClustersBuilder()
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • addAttachedClustersBuilder

        public AttachedCluster.Builder addAttachedClustersBuilder​(int index)
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • getAttachedClustersBuilderList

        public List<AttachedCluster.Builder> getAttachedClustersBuilderList()
         A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster]
         resources in the specified Google Cloud Platform project and region region.
         
        repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListAttachedClustersResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListAttachedClustersResponse.Builder setNextPageToken​(String value)
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListAttachedClustersResponse.Builder clearNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListAttachedClustersResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.