Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ListTransferableSkusRequest (v0.11.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListTransferableSkusRequest.

Request message for CloudChannelService.ListTransferableSkus

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auth_token

def auth_token() -> ::String
Returns
  • (::String) — 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.

#auth_token=

def auth_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#cloud_identity_id

def cloud_identity_id() -> ::String
Returns
  • (::String) — Customer's Cloud Identity ID

#cloud_identity_id=

def cloud_identity_id=(value) -> ::String
Parameter
  • value (::String) — Customer's Cloud Identity ID
Returns
  • (::String) — Customer's Cloud Identity ID

#customer_name

def customer_name() -> ::String
Returns
  • (::String) — 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}

#customer_name=

def customer_name=(value) -> ::String
Parameter
  • value (::String) — 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}
Returns
  • (::String) — 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}

#language_code

def language_code() -> ::String
Returns
  • (::String) — 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.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}
Returns
  • (::String) — Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}