Package com.google.cloud.channel.v1
Interface ListProductsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListProductsRequest
,ListProductsRequest.Builder
public interface ListProductsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccount()
Required.com.google.protobuf.ByteString
getAccountBytes()
Required.String
getLanguageCode()
Optional.com.google.protobuf.ByteString
getLanguageCodeBytes()
Optional.int
getPageSize()
Optional.String
getPageToken()
Optional.com.google.protobuf.ByteString
getPageTokenBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccount
String getAccount()
Required. The resource name of the reseller account. Format: accounts/{account_id}.
string account = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The account.
-
getAccountBytes
com.google.protobuf.ByteString getAccountBytes()
Required. The resource name of the reseller account. Format: accounts/{account_id}.
string account = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for account.
-
getPageSize
int getPageSize()
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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Optional. A token for a page of results other than the first page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Optional. A token for a page of results other than the first page.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for pageToken.
-
getLanguageCode
String getLanguageCode()
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".
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
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".
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for languageCode.
-
-