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

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

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

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

        public ListTransferableSkusResponse.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<ListTransferableSkusResponse.Builder>
        Throws:
        IOException
      • setTransferableSkus

        public ListTransferableSkusResponse.Builder setTransferableSkus​(int index,
                                                                        TransferableSku value)
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • addTransferableSkus

        public ListTransferableSkusResponse.Builder addTransferableSkus​(TransferableSku value)
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • addTransferableSkus

        public ListTransferableSkusResponse.Builder addTransferableSkus​(int index,
                                                                        TransferableSku value)
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • clearTransferableSkus

        public ListTransferableSkusResponse.Builder clearTransferableSkus()
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • removeTransferableSkus

        public ListTransferableSkusResponse.Builder removeTransferableSkus​(int index)
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • getTransferableSkusBuilder

        public TransferableSku.Builder getTransferableSkusBuilder​(int index)
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • addTransferableSkusBuilder

        public TransferableSku.Builder addTransferableSkusBuilder()
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • addTransferableSkusBuilder

        public TransferableSku.Builder addTransferableSkusBuilder​(int index)
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • getTransferableSkusBuilderList

        public List<TransferableSku.Builder> getTransferableSkusBuilderList()
         Information about existing SKUs for a customer that needs a transfer.
         
        repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
      • getNextPageToken

        public String getNextPageToken()
         A token to retrieve the next page of results.
         Pass to
         [ListTransferableSkusRequest.page_token][google.cloud.channel.v1.ListTransferableSkusRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListTransferableSkusResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve the next page of results.
         Pass to
         [ListTransferableSkusRequest.page_token][google.cloud.channel.v1.ListTransferableSkusRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListTransferableSkusResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListTransferableSkusResponse.Builder setNextPageToken​(String value)
         A token to retrieve the next page of results.
         Pass to
         [ListTransferableSkusRequest.page_token][google.cloud.channel.v1.ListTransferableSkusRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListTransferableSkusResponse.Builder clearNextPageToken()
         A token to retrieve the next page of results.
         Pass to
         [ListTransferableSkusRequest.page_token][google.cloud.channel.v1.ListTransferableSkusRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListTransferableSkusResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         A token to retrieve the next page of results.
         Pass to
         [ListTransferableSkusRequest.page_token][google.cloud.channel.v1.ListTransferableSkusRequest.page_token]
         to obtain that page.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.