Class: Google::Cloud::Channel::V1::ListTransferableOffersRequest

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

#cloud_identity_id::String

Returns Customer's Cloud Identity ID.

Returns:

  • (::String)

    Customer's Cloud Identity ID



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

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

#customer_name::String

Returns A reseller should create a customer and use the resource name of that customer here.

Returns:

  • (::String)

    A reseller should create a customer and use the resource name of that customer here.



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

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

#language_code::String

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

Returns:

  • (::String)

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



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

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

#page_size::Integer

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

Returns:

  • (::Integer)

    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.



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

class ListTransferableOffersRequest
  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 ListTransferableOffersResponse.next_page_token of the previous CloudChannelService.ListTransferableOffers call.

Returns:



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

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

#parent::String

Returns Required. The resource name of the reseller's account.

Returns:

  • (::String)

    Required. The resource name of the reseller's account.



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

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

#sku::String

Returns Required. The SKU to look up Offers for.

Returns:

  • (::String)

    Required. The SKU to look up Offers for.



362
363
364
365
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 362

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