public static final class ListSkuGroupBillableSkusRequest.Builder extends GeneratedMessage.Builder<ListSkuGroupBillableSkusRequest.Builder> implements ListSkuGroupBillableSkusRequestOrBuilderRequest message for ListSkuGroupBillableSkus.
Protobuf type google.cloud.channel.v1.ListSkuGroupBillableSkusRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSkuGroupBillableSkusRequest.BuilderImplements
ListSkuGroupBillableSkusRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListSkuGroupBillableSkusRequest build()| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest |
|
buildPartial()
public ListSkuGroupBillableSkusRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest |
|
clear()
public ListSkuGroupBillableSkusRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
|
clearPageSize()
public ListSkuGroupBillableSkusRequest.Builder clearPageSize()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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSkuGroupBillableSkusRequest.Builder clearPageToken()Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
clearParent()
public ListSkuGroupBillableSkusRequest.Builder clearParent()Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSkuGroupBillableSkusRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListSkuGroupBillableSkusRequest other)
public ListSkuGroupBillableSkusRequest.Builder mergeFrom(ListSkuGroupBillableSkusRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSkuGroupBillableSkusRequest |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSkuGroupBillableSkusRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSkuGroupBillableSkusRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
|
setPageSize(int value)
public ListSkuGroupBillableSkusRequest.Builder setPageSize(int value)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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSkuGroupBillableSkusRequest.Builder setPageToken(String value)Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSkuGroupBillableSkusRequest.Builder setPageTokenBytes(ByteString value)Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkusResponse.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListSkuGroupBillableSkusRequest.Builder setParent(String value)Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListSkuGroupBillableSkusRequest.Builder setParentBytes(ByteString value)Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupBillableSkusRequest.Builder |
This builder for chaining. |