Class ListProjectBillingInfoRequest.Builder (2.42.0)

public static final class ListProjectBillingInfoRequest.Builder extends GeneratedMessageV3.Builder<ListProjectBillingInfoRequest.Builder> implements ListProjectBillingInfoRequestOrBuilder

Request message for ListProjectBillingInfo.

Protobuf type google.cloud.billing.v1.ListProjectBillingInfoRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListProjectBillingInfoRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

build()

public ListProjectBillingInfoRequest build()
Returns
Type Description
ListProjectBillingInfoRequest

buildPartial()

public ListProjectBillingInfoRequest buildPartial()
Returns
Type Description
ListProjectBillingInfoRequest

clear()

public ListProjectBillingInfoRequest.Builder clear()
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListProjectBillingInfoRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

clearName()

public ListProjectBillingInfoRequest.Builder clearName()

Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListProjectBillingInfoRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

clearPageSize()

public ListProjectBillingInfoRequest.Builder clearPageSize()

Requested page size. The maximum page size is 100; this is also the default.

int32 page_size = 2;

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

clearPageToken()

public ListProjectBillingInfoRequest.Builder clearPageToken()

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned.

string page_token = 3;

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

clone()

public ListProjectBillingInfoRequest.Builder clone()
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

getDefaultInstanceForType()

public ListProjectBillingInfoRequest getDefaultInstanceForType()
Returns
Type Description
ListProjectBillingInfoRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getPageSize()

public int getPageSize()

Requested page size. The maximum page size is 100; this is also the default.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListProjectBillingInfoRequest other)

public ListProjectBillingInfoRequest.Builder mergeFrom(ListProjectBillingInfoRequest other)
Parameter
Name Description
other ListProjectBillingInfoRequest
Returns
Type Description
ListProjectBillingInfoRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListProjectBillingInfoRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListProjectBillingInfoRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListProjectBillingInfoRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

setName(String value)

public ListProjectBillingInfoRequest.Builder setName(String value)

Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ListProjectBillingInfoRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListProjectBillingInfoRequest.Builder setPageSize(int value)

Requested page size. The maximum page size is 100; this is also the default.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListProjectBillingInfoRequest.Builder setPageToken(String value)

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned.

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListProjectBillingInfoRequest.Builder setPageTokenBytes(ByteString value)

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListProjectBillingInfoRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListProjectBillingInfoRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListProjectBillingInfoRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListProjectBillingInfoRequest.Builder
Overrides