Send feedback
Class ListTransferableOffersRequest (3.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.44.0 keyboard_arrow_down
public final class ListTransferableOffersRequest extends GeneratedMessageV3 implements ListTransferableOffersRequestOrBuilder
Request message for
CloudChannelService.ListTransferableOffers
Protobuf type google.cloud.channel.v1.ListTransferableOffersRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BILLING_ACCOUNT_FIELD_NUMBER
public static final int BILLING_ACCOUNT_FIELD_NUMBER
Field Value Type Description int
CLOUD_IDENTITY_ID_FIELD_NUMBER
public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER
Field Value Type Description int
CUSTOMER_NAME_FIELD_NUMBER
public static final int CUSTOMER_NAME_FIELD_NUMBER
Field Value Type Description int
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value Type Description int
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value Type Description int
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value Type Description int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value Type Description int
SKU_FIELD_NUMBER
public static final int SKU_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ListTransferableOffersRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ListTransferableOffersRequest . Builder newBuilder ()
newBuilder(ListTransferableOffersRequest prototype)
public static ListTransferableOffersRequest . Builder newBuilder ( ListTransferableOffersRequest prototype )
public static ListTransferableOffersRequest parseDelimitedFrom ( InputStream input )
public static ListTransferableOffersRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ListTransferableOffersRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableOffersRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ListTransferableOffersRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableOffersRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListTransferableOffersRequest parseFrom ( CodedInputStream input )
public static ListTransferableOffersRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListTransferableOffersRequest parseFrom ( InputStream input )
public static ListTransferableOffersRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ListTransferableOffersRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableOffersRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ListTransferableOffersRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBillingAccount()
public String getBillingAccount ()
Optional. The Billing Account to look up Offers for. Format:
accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left
empty for single currency accounts.
string billing_account = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The billingAccount.
getBillingAccountBytes()
public ByteString getBillingAccountBytes ()
Optional. The Billing Account to look up Offers for. Format:
accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left
empty for single currency accounts.
string billing_account = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for billingAccount.
getCloudIdentityId()
public String getCloudIdentityId ()
Customer's Cloud Identity ID
string cloud_identity_id = 4;
Returns Type Description String
The cloudIdentityId.
getCloudIdentityIdBytes()
public ByteString getCloudIdentityIdBytes ()
Customer's Cloud Identity ID
string cloud_identity_id = 4;
Returns Type Description ByteString
The bytes for cloudIdentityId.
getCustomerName()
public String getCustomerName ()
A reseller should create a customer and use the resource name of
that customer here.
string customer_name = 5;
Returns Type Description String
The customerName.
getCustomerNameBytes()
public ByteString getCustomerNameBytes ()
A reseller should create a customer and use the resource name of
that customer here.
string customer_name = 5;
Returns Type Description ByteString
The bytes for customerName.
getDefaultInstanceForType()
public ListTransferableOffersRequest getDefaultInstanceForType ()
getLanguageCode()
public String getLanguageCode ()
Optional. The BCP-47 language code. For example, "en-US". The
response will localize in the corresponding language code, if specified.
The default value is "en-US".
string language_code = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The languageCode.
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes ()
Optional. The BCP-47 language code. For example, "en-US". The
response will localize in the corresponding language code, if specified.
The default value is "en-US".
string language_code = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for languageCode.
getPageSize()
Requested page size. Server might return fewer results than requested.
If unspecified, returns at most 100 offers.
The maximum value is 1000; the server will coerce values above 1000.
int32 page_size = 2;
Returns Type Description int
The pageSize.
getPageToken()
public String getPageToken ()
A token for a page of results other than the first page.
Obtained using
ListTransferableOffersResponse.next_page_token
of the previous
CloudChannelService.ListTransferableOffers
call.
string page_token = 3;
Returns Type Description String
The pageToken.
getPageTokenBytes()
public ByteString getPageTokenBytes ()
A token for a page of results other than the first page.
Obtained using
ListTransferableOffersResponse.next_page_token
of the previous
CloudChannelService.ListTransferableOffers
call.
string page_token = 3;
Returns Type Description ByteString
The bytes for pageToken.
getParent()
public String getParent ()
Required. The resource name of the reseller's account.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The resource name of the reseller's account.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for parent.
getParserForType()
public Parser<ListTransferableOffersRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSku()
Required. The SKU to look up Offers for.
string sku = 6 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The sku.
getSkuBytes()
public ByteString getSkuBytes ()
Required. The SKU to look up Offers for.
string sku = 6 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for sku.
getTransferredCustomerIdentityCase()
public ListTransferableOffersRequest . TransferredCustomerIdentityCase getTransferredCustomerIdentityCase ()
hasCloudIdentityId()
public boolean hasCloudIdentityId ()
Customer's Cloud Identity ID
string cloud_identity_id = 4;
Returns Type Description boolean
Whether the cloudIdentityId field is set.
hasCustomerName()
public boolean hasCustomerName ()
A reseller should create a customer and use the resource name of
that customer here.
string customer_name = 5;
Returns Type Description boolean
Whether the customerName field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ListTransferableOffersRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTransferableOffersRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ListTransferableOffersRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]