public interface TokenPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Output only.
|
com.google.protobuf.ByteString |
getActionBytes()
Output only.
|
String |
getAndroidPackageName()
Output only.
|
com.google.protobuf.ByteString |
getAndroidPackageNameBytes()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getHostname()
Output only.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Output only.
|
TokenProperties.InvalidReason |
getInvalidReason()
Output only.
|
int |
getInvalidReasonValue()
Output only.
|
String |
getIosBundleId()
Output only.
|
com.google.protobuf.ByteString |
getIosBundleIdBytes()
Output only.
|
boolean |
getValid()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getValid()
Output only. Whether the provided user response token is valid. When valid = false, the reason could be specified in invalid_reason or it could also be due to a user failing to solve a challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than the one specified in the assessment).
bool valid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getInvalidReasonValue()
Output only. Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
TokenProperties.InvalidReason getInvalidReason()
Output only. Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCreateTime()
Output only. The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getHostname()
Output only. The hostname of the page on which the token was generated (Web keys only).
string hostname = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getHostnameBytes()
Output only. The hostname of the page on which the token was generated (Web keys only).
string hostname = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getAndroidPackageName()
Output only. The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getAndroidPackageNameBytes()
Output only. The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];String getIosBundleId()
Output only. The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIosBundleIdBytes()
Output only. The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];String getAction()
Output only. Action name provided at token generation.
string action = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getActionBytes()
Output only. Action name provided at token generation.
string action = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.