public static final class ListAccountsRequest.Builder extends GeneratedMessageV3.Builder<ListAccountsRequest.Builder> implements ListAccountsRequestOrBuilder
Request message for ListAccounts RPC.
Protobuf type google.analytics.admin.v1alpha.ListAccountsRequest
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 ListAccountsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAccountsRequest build()
buildPartial()
public ListAccountsRequest buildPartial()
clear()
public ListAccountsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListAccountsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAccountsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
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;
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;
clone()
public ListAccountsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ListAccountsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListAccountsRequest other)
public ListAccountsRequest.Builder mergeFrom(ListAccountsRequest other)
public ListAccountsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAccountsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListAccountsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAccountsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides