public static final class ListTransferableSkusResponse.Builder extends GeneratedMessageV3.Builder<ListTransferableSkusResponse.Builder> implements ListTransferableSkusResponseOrBuilder
   
   Response message for
 CloudChannelService.ListTransferableSkus.
 Protobuf type google.cloud.channel.v1.ListTransferableSkusResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllTransferableSkus(Iterable<? extends TransferableSku> values)
  
    public ListTransferableSkusResponse.Builder addAllTransferableSkus(Iterable<? extends TransferableSku> values)
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.channel.v1.TransferableSku>
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTransferableSkusResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  addTransferableSkus(TransferableSku value)
  
    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(TransferableSku.Builder builderForValue)
  
    public ListTransferableSkusResponse.Builder addTransferableSkus(TransferableSku.Builder builderForValue)
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
addTransferableSkus(int index, TransferableSku value)
  
    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;
addTransferableSkus(int index, TransferableSku.Builder builderForValue)
  
    public ListTransferableSkusResponse.Builder addTransferableSkus(int index, TransferableSku.Builder builderForValue)
   
   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(int index)
  
    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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  build()
  
    public ListTransferableSkusResponse build()
   
  
  
  buildPartial()
  
    public ListTransferableSkusResponse buildPartial()
   
  
  
  clear()
  
    public ListTransferableSkusResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListTransferableSkusResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListTransferableSkusResponse.Builder clearNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListTransferableSkusRequest.page_token
 to obtain that page.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListTransferableSkusResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  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;
clone()
  
    public ListTransferableSkusResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListTransferableSkusResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListTransferableSkusRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve the next page of results.
 Pass to
 ListTransferableSkusRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getTransferableSkus(int index)
  
    public TransferableSku getTransferableSkus(int index)
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getTransferableSkusBuilder(int index)
  
    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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  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;
getTransferableSkusCount()
  
    public int getTransferableSkusCount()
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getTransferableSkusList()
  
    public List<TransferableSku> getTransferableSkusList()
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
getTransferableSkusOrBuilder(int index)
  
    public TransferableSkuOrBuilder getTransferableSkusOrBuilder(int index)
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getTransferableSkusOrBuilderList()
  
    public List<? extends TransferableSkuOrBuilder> getTransferableSkusOrBuilderList()
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.channel.v1.TransferableSkuOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListTransferableSkusResponse other)
  
    public ListTransferableSkusResponse.Builder mergeFrom(ListTransferableSkusResponse other)
   
  
  
  
  
  
    public ListTransferableSkusResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListTransferableSkusResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTransferableSkusResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeTransferableSkus(int index)
  
    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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListTransferableSkusResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListTransferableSkusResponse.Builder setNextPageToken(String value)
   
   A token to retrieve the next page of results.
 Pass to
 ListTransferableSkusRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListTransferableSkusResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve the next page of results.
 Pass to
 ListTransferableSkusRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListTransferableSkusResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setTransferableSkus(int index, TransferableSku value)
  
    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;
setTransferableSkus(int index, TransferableSku.Builder builderForValue)
  
    public ListTransferableSkusResponse.Builder setTransferableSkus(int index, TransferableSku.Builder builderForValue)
   
   Information about existing SKUs for a customer that needs a transfer.
 repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListTransferableSkusResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides