public static final class ListBillingAccountsRequest.Builder extends GeneratedMessageV3.Builder<ListBillingAccountsRequest.Builder> implements ListBillingAccountsRequestOrBuilder
Request message for ListBillingAccounts
.
Protobuf type google.cloud.billing.v1.ListBillingAccountsRequest
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListBillingAccountsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListBillingAccountsRequest build()
buildPartial()
public ListBillingAccountsRequest buildPartial()
clear()
public ListBillingAccountsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListBillingAccountsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFilter()
public ListBillingAccountsRequest.Builder clearFilter()
Options for how to filter the returned billing accounts.
This only supports filtering for
subaccounts under a
single provided parent billing account.
(e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently supported.
string filter = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListBillingAccountsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPageSize()
public ListBillingAccountsRequest.Builder clearPageSize()
Requested page size. The maximum page size is 100; this is also the
default.
int32 page_size = 1;
clearPageToken()
public ListBillingAccountsRequest.Builder clearPageToken()
A token identifying a page of results to return. This should be a
next_page_token
value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
string page_token = 2;
clone()
public ListBillingAccountsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ListBillingAccountsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFilter()
public String getFilter()
Options for how to filter the returned billing accounts.
This only supports filtering for
subaccounts under a
single provided parent billing account.
(e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently supported.
string filter = 3;
Returns |
---|
Type | Description |
String | The filter.
|
getFilterBytes()
public ByteString getFilterBytes()
Options for how to filter the returned billing accounts.
This only supports filtering for
subaccounts under a
single provided parent billing account.
(e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently supported.
string filter = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for filter.
|
getPageSize()
Requested page size. The maximum page size is 100; this is also the
default.
int32 page_size = 1;
Returns |
---|
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
A token identifying a page of results to return. This should be a
next_page_token
value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
string page_token = 2;
Returns |
---|
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
A token identifying a page of results to return. This should be a
next_page_token
value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
string page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListBillingAccountsRequest other)
public ListBillingAccountsRequest.Builder mergeFrom(ListBillingAccountsRequest other)
public ListBillingAccountsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListBillingAccountsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListBillingAccountsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListBillingAccountsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFilter(String value)
public ListBillingAccountsRequest.Builder setFilter(String value)
Options for how to filter the returned billing accounts.
This only supports filtering for
subaccounts under a
single provided parent billing account.
(e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently supported.
string filter = 3;
Parameter |
---|
Name | Description |
value | String
The filter to set.
|
setFilterBytes(ByteString value)
public ListBillingAccountsRequest.Builder setFilterBytes(ByteString value)
Options for how to filter the returned billing accounts.
This only supports filtering for
subaccounts under a
single provided parent billing account.
(e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently supported.
string filter = 3;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for filter to set.
|
setPageSize(int value)
public ListBillingAccountsRequest.Builder setPageSize(int value)
Requested page size. The maximum page size is 100; this is also the
default.
int32 page_size = 1;
Parameter |
---|
Name | Description |
value | int
The pageSize to set.
|
setPageToken(String value)
public ListBillingAccountsRequest.Builder setPageToken(String value)
A token identifying a page of results to return. This should be a
next_page_token
value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
string page_token = 2;
Parameter |
---|
Name | Description |
value | String
The pageToken to set.
|
setPageTokenBytes(ByteString value)
public ListBillingAccountsRequest.Builder setPageTokenBytes(ByteString value)
A token identifying a page of results to return. This should be a
next_page_token
value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
string page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for pageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListBillingAccountsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListBillingAccountsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides