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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListProjectBillingInfoRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListProjectBillingInfoRequest build()
buildPartial()
public ListProjectBillingInfoRequest buildPartial()
clear()
public ListProjectBillingInfoRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListProjectBillingInfoRequest.Builder clearField(Descriptors.FieldDescriptor field)
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) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public ListProjectBillingInfoRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPageSize()
public ListProjectBillingInfoRequest.Builder clearPageSize()
Requested page size. The maximum page size is 100; this is also the
default.
int32 page_size = 2;
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;
clone()
public ListProjectBillingInfoRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ListProjectBillingInfoRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Type |
Description |
ByteString |
The bytes for name.
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListProjectBillingInfoRequest other)
public ListProjectBillingInfoRequest.Builder mergeFrom(ListProjectBillingInfoRequest other)
public ListProjectBillingInfoRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListProjectBillingInfoRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListProjectBillingInfoRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListProjectBillingInfoRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListProjectBillingInfoRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListProjectBillingInfoRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides