Send feedback
Class ListTransferableSkusRequest (3.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.55.0 keyboard_arrow_down
public final class ListTransferableSkusRequest extends GeneratedMessageV3 implements ListTransferableSkusRequestOrBuilder
Request message for
CloudChannelService.ListTransferableSkus
Protobuf type google.cloud.channel.v1.ListTransferableSkusRequest
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
AUTH_TOKEN_FIELD_NUMBER
public static final int AUTH_TOKEN_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
Static Methods
getDefaultInstance()
public static ListTransferableSkusRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ListTransferableSkusRequest . Builder newBuilder ()
newBuilder(ListTransferableSkusRequest prototype)
public static ListTransferableSkusRequest . Builder newBuilder ( ListTransferableSkusRequest prototype )
public static ListTransferableSkusRequest parseDelimitedFrom ( InputStream input )
public static ListTransferableSkusRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ListTransferableSkusRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableSkusRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ListTransferableSkusRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableSkusRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListTransferableSkusRequest parseFrom ( CodedInputStream input )
public static ListTransferableSkusRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListTransferableSkusRequest parseFrom ( InputStream input )
public static ListTransferableSkusRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ListTransferableSkusRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableSkusRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ListTransferableSkusRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAuthToken()
public String getAuthToken ()
Optional. The super admin of the resold customer generates this token to
authorize a reseller to access their Cloud Identity and purchase
entitlements on their behalf. You can omit this token after authorization.
See https://support.google.com/a/answer/7643790 for more details.
string auth_token = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The authToken.
getAuthTokenBytes()
public ByteString getAuthTokenBytes ()
Optional. The super admin of the resold customer generates this token to
authorize a reseller to access their Cloud Identity and purchase
entitlements on their behalf. You can omit this token after authorization.
See https://support.google.com/a/answer/7643790 for more details.
string auth_token = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for authToken.
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 is required to create a customer and use the resource name of
the created customer here.
Customer_name uses the format:
accounts/{account_id}/customers/{customer_id}
string customer_name = 7;
Returns
Type
Description
String
The customerName.
getCustomerNameBytes()
public ByteString getCustomerNameBytes ()
A reseller is required to create a customer and use the resource name of
the created customer here.
Customer_name uses the format:
accounts/{account_id}/customers/{customer_id}
string customer_name = 7;
Returns
Type
Description
ByteString
The bytes for customerName.
getDefaultInstanceForType()
public ListTransferableSkusRequest getDefaultInstanceForType ()
getLanguageCode()
public String getLanguageCode ()
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".
Optional.
string language_code = 6;
Returns
Type
Description
String
The languageCode.
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes ()
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".
Optional.
string language_code = 6;
Returns
Type
Description
ByteString
The bytes for languageCode.
getPageSize()
The requested page size. Server might return fewer results than requested.
If unspecified, returns at most 100 SKUs.
The maximum value is 1000; the server will coerce values above 1000.
Optional.
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
ListTransferableSkusResponse.next_page_token
of the previous
CloudChannelService.ListTransferableSkus
call. Optional.
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
ListTransferableSkusResponse.next_page_token
of the previous
CloudChannelService.ListTransferableSkus
call. Optional.
string page_token = 3;
Returns
Type
Description
ByteString
The bytes for pageToken.
getParent()
public String getParent ()
Required. The reseller account's resource name.
Parent uses the format: accounts/{account_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The reseller account's resource name.
Parent uses the format: accounts/{account_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for parent.
getParserForType()
public Parser<ListTransferableSkusRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTransferredCustomerIdentityCase()
public ListTransferableSkusRequest . 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 is required to create a customer and use the resource name of
the created customer here.
Customer_name uses the format:
accounts/{account_id}/customers/{customer_id}
string customer_name = 7;
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 ListTransferableSkusRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTransferableSkusRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ListTransferableSkusRequest . 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-28 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-28 UTC."],[],[]]