Interface TokenPropertiesOrBuilder (3.21.0)

public interface TokenPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract String getAction()

Action name provided at token generation.

string action = 5;

Returns
TypeDescription
String

The action.

getActionBytes()

public abstract ByteString getActionBytes()

Action name provided at token generation.

string action = 5;

Returns
TypeDescription
ByteString

The bytes for action.

getAndroidPackageName()

public abstract String getAndroidPackageName()

The name of the Android package with which the token was generated (Android keys only).

string android_package_name = 8;

Returns
TypeDescription
String

The androidPackageName.

getAndroidPackageNameBytes()

public abstract ByteString getAndroidPackageNameBytes()

The name of the Android package with which the token was generated (Android keys only).

string android_package_name = 8;

Returns
TypeDescription
ByteString

The bytes for androidPackageName.

getCreateTime()

public abstract Timestamp getCreateTime()

The timestamp corresponding to the generation of the token.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The timestamp corresponding to the generation of the token.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getHostname()

public abstract String getHostname()

The hostname of the page on which the token was generated (Web keys only).

string hostname = 4;

Returns
TypeDescription
String

The hostname.

getHostnameBytes()

public abstract ByteString getHostnameBytes()

The hostname of the page on which the token was generated (Web keys only).

string hostname = 4;

Returns
TypeDescription
ByteString

The bytes for hostname.

getInvalidReason()

public abstract TokenProperties.InvalidReason getInvalidReason()

Reason associated with the response when valid = false.

.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;

Returns
TypeDescription
TokenProperties.InvalidReason

The invalidReason.

getInvalidReasonValue()

public abstract int getInvalidReasonValue()

Reason associated with the response when valid = false.

.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for invalidReason.

getIosBundleId()

public abstract String getIosBundleId()

The ID of the iOS bundle with which the token was generated (iOS keys only).

string ios_bundle_id = 9;

Returns
TypeDescription
String

The iosBundleId.

getIosBundleIdBytes()

public abstract ByteString getIosBundleIdBytes()

The ID of the iOS bundle with which the token was generated (iOS keys only).

string ios_bundle_id = 9;

Returns
TypeDescription
ByteString

The bytes for iosBundleId.

getValid()

public abstract boolean getValid()

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;

Returns
TypeDescription
boolean

The valid.

hasCreateTime()

public abstract boolean hasCreateTime()

The timestamp corresponding to the generation of the token.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
boolean

Whether the createTime field is set.