public static final class ListRelatedAccountGroupsResponse.Builder extends GeneratedMessageV3.Builder<ListRelatedAccountGroupsResponse.Builder> implements ListRelatedAccountGroupsResponseOrBuilder
The response to a ListRelatedAccountGroups
call.
Protobuf type google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListRelatedAccountGroupsResponse.Builder addAllRelatedAccountGroups(Iterable<? extends RelatedAccountGroup> values)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.recaptchaenterprise.v1.RelatedAccountGroup>
|
public ListRelatedAccountGroupsResponse.Builder addRelatedAccountGroups(RelatedAccountGroup value)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public ListRelatedAccountGroupsResponse.Builder addRelatedAccountGroups(RelatedAccountGroup.Builder builderForValue)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public ListRelatedAccountGroupsResponse.Builder addRelatedAccountGroups(int index, RelatedAccountGroup value)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public ListRelatedAccountGroupsResponse.Builder addRelatedAccountGroups(int index, RelatedAccountGroup.Builder builderForValue)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public RelatedAccountGroup.Builder addRelatedAccountGroupsBuilder()
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public RelatedAccountGroup.Builder addRelatedAccountGroupsBuilder(int index)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Parameter |
Name |
Description |
index |
int
|
public ListRelatedAccountGroupsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListRelatedAccountGroupsResponse build()
public ListRelatedAccountGroupsResponse buildPartial()
public ListRelatedAccountGroupsResponse.Builder clear()
Overrides
public ListRelatedAccountGroupsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListRelatedAccountGroupsResponse.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;
public ListRelatedAccountGroupsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListRelatedAccountGroupsResponse.Builder clearRelatedAccountGroups()
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public ListRelatedAccountGroupsResponse.Builder clone()
Overrides
public ListRelatedAccountGroupsResponse getDefaultInstanceForType()
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.
|
public RelatedAccountGroup getRelatedAccountGroups(int index)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Parameter |
Name |
Description |
index |
int
|
public RelatedAccountGroup.Builder getRelatedAccountGroupsBuilder(int index)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Parameter |
Name |
Description |
index |
int
|
public List<RelatedAccountGroup.Builder> getRelatedAccountGroupsBuilderList()
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public int getRelatedAccountGroupsCount()
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Returns |
Type |
Description |
int |
|
public List<RelatedAccountGroup> getRelatedAccountGroupsList()
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public RelatedAccountGroupOrBuilder getRelatedAccountGroupsOrBuilder(int index)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends RelatedAccountGroupOrBuilder> getRelatedAccountGroupsOrBuilderList()
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Returns |
Type |
Description |
List<? extends com.google.recaptchaenterprise.v1.RelatedAccountGroupOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListRelatedAccountGroupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListRelatedAccountGroupsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public ListRelatedAccountGroupsResponse.Builder mergeFrom(ListRelatedAccountGroupsResponse other)
public final ListRelatedAccountGroupsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListRelatedAccountGroupsResponse.Builder removeRelatedAccountGroups(int index)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
Parameter |
Name |
Description |
index |
int
|
public ListRelatedAccountGroupsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListRelatedAccountGroupsResponse.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 ListRelatedAccountGroupsResponse.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.
|
public ListRelatedAccountGroupsResponse.Builder setRelatedAccountGroups(int index, RelatedAccountGroup value)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public ListRelatedAccountGroupsResponse.Builder setRelatedAccountGroups(int index, RelatedAccountGroup.Builder builderForValue)
The groups of related accounts listed by the query.
repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
public ListRelatedAccountGroupsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListRelatedAccountGroupsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides