public static final class ListAccountsResponse.Builder extends GeneratedMessageV3.Builder<ListAccountsResponse.Builder> implements ListAccountsResponseOrBuilder
Request message for ListAccounts RPC.
Protobuf type google.analytics.admin.v1beta.ListAccountsResponse
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
addAccounts(Account value)
public ListAccountsResponse.Builder addAccounts(Account value)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
value |
Account
|
addAccounts(Account.Builder builderForValue)
public ListAccountsResponse.Builder addAccounts(Account.Builder builderForValue)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
addAccounts(int index, Account value)
public ListAccountsResponse.Builder addAccounts(int index, Account value)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Account
|
addAccounts(int index, Account.Builder builderForValue)
public ListAccountsResponse.Builder addAccounts(int index, Account.Builder builderForValue)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
addAccountsBuilder()
public Account.Builder addAccountsBuilder()
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
addAccountsBuilder(int index)
public Account.Builder addAccountsBuilder(int index)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
addAllAccounts(Iterable<? extends Account> values)
public ListAccountsResponse.Builder addAllAccounts(Iterable<? extends Account> values)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.analytics.admin.v1beta.Account>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAccountsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAccountsResponse build()
buildPartial()
public ListAccountsResponse buildPartial()
clear()
public ListAccountsResponse.Builder clear()
Overrides
clearAccounts()
public ListAccountsResponse.Builder clearAccounts()
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
clearField(Descriptors.FieldDescriptor field)
public ListAccountsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListAccountsResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAccountsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListAccountsResponse.Builder clone()
Overrides
getAccounts(int index)
public Account getAccounts(int index)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
getAccountsBuilder(int index)
public Account.Builder getAccountsBuilder(int index)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
getAccountsBuilderList()
public List<Account.Builder> getAccountsBuilderList()
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
getAccountsCount()
public int getAccountsCount()
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Returns |
Type |
Description |
int |
|
getAccountsList()
public List<Account> getAccountsList()
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
getAccountsOrBuilder(int index)
public AccountOrBuilder getAccountsOrBuilder(int index)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
getAccountsOrBuilderList()
public List<? extends AccountOrBuilder> getAccountsOrBuilderList()
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Returns |
Type |
Description |
List<? extends com.google.analytics.admin.v1beta.AccountOrBuilder> |
|
getDefaultInstanceForType()
public ListAccountsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListAccountsResponse other)
public ListAccountsResponse.Builder mergeFrom(ListAccountsResponse other)
public ListAccountsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAccountsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAccounts(int index)
public ListAccountsResponse.Builder removeAccounts(int index)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameter |
Name |
Description |
index |
int
|
setAccounts(int index, Account value)
public ListAccountsResponse.Builder setAccounts(int index, Account value)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Account
|
setAccounts(int index, Account.Builder builderForValue)
public ListAccountsResponse.Builder setAccounts(int index, Account.Builder builderForValue)
Results that were accessible to the caller.
repeated .google.analytics.admin.v1beta.Account accounts = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListAccountsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListAccountsResponse.Builder setNextPageToken(String value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListAccountsResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAccountsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides