public static final class ListProjectBillingInfoRequest.Builder extends GeneratedMessageV3.Builder<ListProjectBillingInfoRequest.Builder> implements ListProjectBillingInfoRequestOrBuilder
Request message for ListProjectBillingInfo
.
Protobuf type google.cloud.billing.v1.ListProjectBillingInfoRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListProjectBillingInfoRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListProjectBillingInfoRequest build()
Returns
buildPartial()
public ListProjectBillingInfoRequest buildPartial()
Returns
clear()
public ListProjectBillingInfoRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListProjectBillingInfoRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
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
clearOneof(Descriptors.OneofDescriptor oneof)
public ListProjectBillingInfoRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
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
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
clone()
public ListProjectBillingInfoRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListProjectBillingInfoRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListProjectBillingInfoRequest other)
public ListProjectBillingInfoRequest.Builder mergeFrom(ListProjectBillingInfoRequest other)
Parameter
Returns
public ListProjectBillingInfoRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListProjectBillingInfoRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListProjectBillingInfoRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListProjectBillingInfoRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
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
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
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
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
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListProjectBillingInfoRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListProjectBillingInfoRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides