Class ListSkuGroupBillableSkusRequest.Builder (3.87.0)

public static final class ListSkuGroupBillableSkusRequest.Builder extends GeneratedMessage.Builder<ListSkuGroupBillableSkusRequest.Builder> implements ListSkuGroupBillableSkusRequestOrBuilder

Request message for ListSkuGroupBillableSkus.

Protobuf type google.cloud.channel.v1.ListSkuGroupBillableSkusRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListSkuGroupBillableSkusRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListSkuGroupBillableSkusRequest.Builder
Overrides

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 int

The 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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for parent to set.

Returns
Type Description
ListSkuGroupBillableSkusRequest.Builder

This builder for chaining.