Interface TokenPropertiesOrBuilder (3.12.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.

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.

string hostname = 4;

Returns
TypeDescription
String

The hostname.

getHostnameBytes()

public abstract ByteString getHostnameBytes()

The hostname of the page on which the token was generated.

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.v1beta1.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.v1beta1.TokenProperties.InvalidReason invalid_reason = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for invalidReason.

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.