Class: Google::Cloud::Channel::V1::ListTransferableSkusRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token::String

Returns 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.

Returns:

  • (::String)

    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.



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cloud_identity_id::String

Returns Customer's Cloud Identity ID.

Returns:

  • (::String)

    Customer's Cloud Identity ID



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#customer_name::String

Returns 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}



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String

Returns 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.



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns 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.



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.

Returns:



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}



308
309
310
311
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 308

class ListTransferableSkusRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end