Uses of Class
com.google.recaptchaenterprise.v1.RelatedAccountGroup
-
Packages that use RelatedAccountGroup Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1 -
-
Uses of RelatedAccountGroup in com.google.cloud.recaptchaenterprise.v1
-
Uses of RelatedAccountGroup in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return RelatedAccountGroup Modifier and Type Method Description RelatedAccountGroup
RelatedAccountGroup.Builder. build()
RelatedAccountGroup
RelatedAccountGroup.Builder. buildPartial()
static RelatedAccountGroup
RelatedAccountGroup. getDefaultInstance()
RelatedAccountGroup
RelatedAccountGroup.Builder. getDefaultInstanceForType()
RelatedAccountGroup
RelatedAccountGroup. getDefaultInstanceForType()
RelatedAccountGroup
ListRelatedAccountGroupsResponse.Builder. getRelatedAccountGroups(int index)
The groups of related accounts listed by the query.RelatedAccountGroup
ListRelatedAccountGroupsResponse. getRelatedAccountGroups(int index)
The groups of related accounts listed by the query.RelatedAccountGroup
ListRelatedAccountGroupsResponseOrBuilder. getRelatedAccountGroups(int index)
The groups of related accounts listed by the query.static RelatedAccountGroup
RelatedAccountGroup. parseDelimitedFrom(InputStream input)
static RelatedAccountGroup
RelatedAccountGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(byte[] data)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(com.google.protobuf.ByteString data)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(InputStream input)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(ByteBuffer data)
static RelatedAccountGroup
RelatedAccountGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type RelatedAccountGroup Modifier and Type Method Description com.google.protobuf.Parser<RelatedAccountGroup>
RelatedAccountGroup. getParserForType()
List<RelatedAccountGroup>
ListRelatedAccountGroupsResponse.Builder. getRelatedAccountGroupsList()
The groups of related accounts listed by the query.List<RelatedAccountGroup>
ListRelatedAccountGroupsResponse. getRelatedAccountGroupsList()
The groups of related accounts listed by the query.List<RelatedAccountGroup>
ListRelatedAccountGroupsResponseOrBuilder. getRelatedAccountGroupsList()
The groups of related accounts listed by the query.static com.google.protobuf.Parser<RelatedAccountGroup>
RelatedAccountGroup. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type RelatedAccountGroup Modifier and Type Method Description ListRelatedAccountGroupsResponse.Builder
ListRelatedAccountGroupsResponse.Builder. addRelatedAccountGroups(int index, RelatedAccountGroup value)
The groups of related accounts listed by the query.ListRelatedAccountGroupsResponse.Builder
ListRelatedAccountGroupsResponse.Builder. addRelatedAccountGroups(RelatedAccountGroup value)
The groups of related accounts listed by the query.RelatedAccountGroup.Builder
RelatedAccountGroup.Builder. mergeFrom(RelatedAccountGroup other)
static RelatedAccountGroup.Builder
RelatedAccountGroup. newBuilder(RelatedAccountGroup prototype)
ListRelatedAccountGroupsResponse.Builder
ListRelatedAccountGroupsResponse.Builder. setRelatedAccountGroups(int index, RelatedAccountGroup value)
The groups of related accounts listed by the query.Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type RelatedAccountGroup Modifier and Type Method Description ListRelatedAccountGroupsResponse.Builder
ListRelatedAccountGroupsResponse.Builder. addAllRelatedAccountGroups(Iterable<? extends RelatedAccountGroup> values)
The groups of related accounts listed by the query.
-