public final class ListTransferableSkusRequest extends GeneratedMessageV3 implements ListTransferableSkusRequestOrBuilder
Request message for CloudChannelService.ListTransferableSkus
Protobuf type google.cloud.channel.v1.ListTransferableSkusRequest
Static Fields
AUTH_TOKEN_FIELD_NUMBER
public static final int AUTH_TOKEN_FIELD_NUMBER
Field Value
CLOUD_IDENTITY_ID_FIELD_NUMBER
public static final int CLOUD_IDENTITY_ID_FIELD_NUMBER
Field Value
CUSTOMER_NAME_FIELD_NUMBER
public static final int CUSTOMER_NAME_FIELD_NUMBER
Field Value
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListTransferableSkusRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListTransferableSkusRequest.Builder newBuilder()
Returns
newBuilder(ListTransferableSkusRequest prototype)
public static ListTransferableSkusRequest.Builder newBuilder(ListTransferableSkusRequest prototype)
Parameter
Returns
public static ListTransferableSkusRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListTransferableSkusRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListTransferableSkusRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableSkusRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListTransferableSkusRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableSkusRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTransferableSkusRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListTransferableSkusRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListTransferableSkusRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListTransferableSkusRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListTransferableSkusRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTransferableSkusRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListTransferableSkusRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAuthToken()
public String getAuthToken()
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;
Returns
Type | Description |
String | The authToken.
|
getAuthTokenBytes()
public ByteString getAuthTokenBytes()
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;
Returns
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()
Returns
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
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
getParserForType()
public Parser<ListTransferableSkusRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTransferredCustomerIdentityCase()
public ListTransferableSkusRequest.TransferredCustomerIdentityCase getTransferredCustomerIdentityCase()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListTransferableSkusRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTransferableSkusRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListTransferableSkusRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions