Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListSkusRequest.
Request message for ListSkus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#account
def account() -> ::String
Returns
- (::String) — Required. Resource name of the reseller. Format: accounts/{account_id}.
#account=
def account=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the reseller. Format: accounts/{account_id}.
Returns
- (::String) — Required. Resource name of the reseller. Format: accounts/{account_id}.
#language_code
def language_code() -> ::String
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".
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::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".
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".
#page_size
def page_size() -> ::Integer
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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::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.
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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A token for a page of results other than the first page. Optional.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
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.
#parent=
def parent=(value) -> ::String
Parameter
- value (::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.
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.