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