public static final class ListAccountsRequest.Builder extends GeneratedMessageV3.Builder<ListAccountsRequest.Builder> implements ListAccountsRequestOrBuilder
Request message for ListAccounts RPC.
Protobuf type google.analytics.admin.v1beta.ListAccountsRequest
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 ListAccountsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListAccountsRequest build()
Returns
buildPartial()
public ListAccountsRequest buildPartial()
Returns
clear()
public ListAccountsRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListAccountsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAccountsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPageSize()
public ListAccountsRequest.Builder clearPageSize()
The maximum number of resources to return. The service may return
fewer than this value, even if there are additional pages.
If unspecified, at most 50 resources will be returned.
The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 1;
Returns
clearPageToken()
public ListAccountsRequest.Builder clearPageToken()
A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must
match the call that provided the page token.
string page_token = 2;
Returns
clearShowDeleted()
public ListAccountsRequest.Builder clearShowDeleted()
Whether to include soft-deleted (ie: "trashed") Accounts in the
results. Accounts can be inspected to determine whether they are deleted or
not.
bool show_deleted = 3;
Returns
clone()
public ListAccountsRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListAccountsRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getPageSize()
The maximum number of resources to return. The service may return
fewer than this value, even if there are additional pages.
If unspecified, at most 50 resources will be returned.
The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 1;
Returns
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must
match the call that provided the page token.
string page_token = 2;
Returns
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must
match the call that provided the page token.
string page_token = 2;
Returns
getShowDeleted()
public boolean getShowDeleted()
Whether to include soft-deleted (ie: "trashed") Accounts in the
results. Accounts can be inspected to determine whether they are deleted or
not.
bool show_deleted = 3;
Returns
Type | Description |
boolean | The showDeleted.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListAccountsRequest other)
public ListAccountsRequest.Builder mergeFrom(ListAccountsRequest other)
Parameter
Returns
public ListAccountsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListAccountsRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListAccountsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPageSize(int value)
public ListAccountsRequest.Builder setPageSize(int value)
The maximum number of resources to return. The service may return
fewer than this value, even if there are additional pages.
If unspecified, at most 50 resources will be returned.
The maximum value is 200; (higher values will be coerced to the maximum)
int32 page_size = 1;
Parameter
Name | Description |
value | int
The pageSize to set.
|
Returns
setPageToken(String value)
public ListAccountsRequest.Builder setPageToken(String value)
A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must
match the call that provided the page token.
string page_token = 2;
Parameter
Name | Description |
value | String
The pageToken to set.
|
Returns
setPageTokenBytes(ByteString value)
public ListAccountsRequest.Builder setPageTokenBytes(ByteString value)
A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must
match the call that provided the page token.
string page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for pageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAccountsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setShowDeleted(boolean value)
public ListAccountsRequest.Builder setShowDeleted(boolean value)
Whether to include soft-deleted (ie: "trashed") Accounts in the
results. Accounts can be inspected to determine whether they are deleted or
not.
bool show_deleted = 3;
Parameter
Name | Description |
value | boolean
The showDeleted to set.
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides