Class: Google::Cloud::Channel::V1::ListSkusRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Required. Resource name of the reseller. Format: accounts/{account_id}.

Returns:

  • (::String)

    Required. Resource name of the reseller. Format: accounts/{account_id}.



1198
1199
1200
1201
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1198

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



1198
1199
1200
1201
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1198

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

#page_size::Integer

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

Returns:

  • (::Integer)

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



1198
1199
1200
1201
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1198

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

#page_token::String

Returns Optional. A token for a page of results other than the first page. Optional.

Returns:

  • (::String)

    Optional. A token for a page of results other than the first page. Optional.



1198
1199
1200
1201
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1198

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

#parent::String

Returns Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

Returns:

  • (::String)

    Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{product_id}. Supports products/- to retrieve SKUs for all products.



1198
1199
1200
1201
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1198

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