public interface UserInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Optional.
|
com.google.protobuf.ByteString |
getAccountIdBytes()
Optional.
|
com.google.protobuf.Timestamp |
getCreateAccountTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getCreateAccountTimeOrBuilder()
Optional.
|
UserId |
getUserIds(int index)
Optional.
|
int |
getUserIdsCount()
Optional.
|
List<UserId> |
getUserIdsList()
Optional.
|
UserIdOrBuilder |
getUserIdsOrBuilder(int index)
Optional.
|
List<? extends UserIdOrBuilder> |
getUserIdsOrBuilderList()
Optional.
|
boolean |
hasCreateAccountTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCreateAccountTime()
Optional. Creation time for this account associated with this user. Leave blank for non logged-in actions, guest checkout, or when there is no account associated with the current user.
.google.protobuf.Timestamp create_account_time = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Timestamp getCreateAccountTime()
Optional. Creation time for this account associated with this user. Leave blank for non logged-in actions, guest checkout, or when there is no account associated with the current user.
.google.protobuf.Timestamp create_account_time = 1 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.TimestampOrBuilder getCreateAccountTimeOrBuilder()
Optional. Creation time for this account associated with this user. Leave blank for non logged-in actions, guest checkout, or when there is no account associated with the current user.
.google.protobuf.Timestamp create_account_time = 1 [(.google.api.field_behavior) = OPTIONAL];
String getAccountId()
Optional. For logged-in requests or login/registration requests, the unique account identifier associated with this user. You can use the username if it is stable (meaning it is the same for every request associated with the same user), or any stable user ID of your choice. Leave blank for non logged-in actions or guest checkout.
string account_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAccountIdBytes()
Optional. For logged-in requests or login/registration requests, the unique account identifier associated with this user. You can use the username if it is stable (meaning it is the same for every request associated with the same user), or any stable user ID of your choice. Leave blank for non logged-in actions or guest checkout.
string account_id = 2 [(.google.api.field_behavior) = OPTIONAL];List<UserId> getUserIdsList()
Optional. Identifiers associated with this user or request.
repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
UserId getUserIds(int index)
Optional. Identifiers associated with this user or request.
repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
int getUserIdsCount()
Optional. Identifiers associated with this user or request.
repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends UserIdOrBuilder> getUserIdsOrBuilderList()
Optional. Identifiers associated with this user or request.
repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
UserIdOrBuilder getUserIdsOrBuilder(int index)
Optional. Identifiers associated with this user or request.
repeated .google.cloud.recaptchaenterprise.v1.UserId user_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.