Class: Google::Cloud::Channel::V1::ListSkuGroupBillableSkusRequest

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

Overview

Request message for ListSkuGroupBillableSkus.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.

Returns:

  • (::Integer)

    Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.



744
745
746
747
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 744

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

#page_token::String

Returns Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroupBillableSkus.next_page_token][] of the previous CloudChannelService.ListSkuGroupBillableSkus call.

Returns:



744
745
746
747
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 744

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

#parent::String

Returns Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.

Returns:

  • (::String)

    Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.



744
745
746
747
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 744

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