public final class ListRelatedAccountGroupsResponse extends GeneratedMessageV3 implements ListRelatedAccountGroupsResponseOrBuilder
The response to a ListRelatedAccountGroups
call.
Protobuf type google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int RELATED_ACCOUNT_GROUPS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ListRelatedAccountGroupsResponse getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListRelatedAccountGroupsResponse.Builder newBuilder()
public static ListRelatedAccountGroupsResponse.Builder newBuilder(ListRelatedAccountGroupsResponse prototype)
public static ListRelatedAccountGroupsResponse parseDelimitedFrom(InputStream input)
public static ListRelatedAccountGroupsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListRelatedAccountGroupsResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ListRelatedAccountGroupsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListRelatedAccountGroupsResponse parseFrom(ByteString data)
public static ListRelatedAccountGroupsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListRelatedAccountGroupsResponse parseFrom(CodedInputStream input)
public static ListRelatedAccountGroupsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListRelatedAccountGroupsResponse parseFrom(InputStream input)
public static ListRelatedAccountGroupsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListRelatedAccountGroupsResponse parseFrom(ByteBuffer data)
public static ListRelatedAccountGroupsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListRelatedAccountGroupsResponse> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public ListRelatedAccountGroupsResponse getDefaultInstanceForType()
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 Parser<ListRelatedAccountGroupsResponse> getParserForType()
Overrides
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 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> | |
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListRelatedAccountGroupsResponse.Builder newBuilderForType()
protected ListRelatedAccountGroupsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ListRelatedAccountGroupsResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides