Send feedback
Class TokenProperties (3.36.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.36.0 keyboard_arrow_down
public final class TokenProperties extends GeneratedMessageV3 implements TokenPropertiesOrBuilder
Protobuf type google.cloud.recaptchaenterprise.v1beta1.TokenProperties
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value Type Description int
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value Type Description int
HOSTNAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
Field Value Type Description int
INVALID_REASON_FIELD_NUMBER
public static final int INVALID_REASON_FIELD_NUMBER
Field Value Type Description int
VALID_FIELD_NUMBER
public static final int VALID_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static TokenProperties getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static TokenProperties . Builder newBuilder ()
newBuilder(TokenProperties prototype)
public static TokenProperties . Builder newBuilder ( TokenProperties prototype )
public static TokenProperties parseDelimitedFrom ( InputStream input )
public static TokenProperties parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static TokenProperties parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TokenProperties parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static TokenProperties parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TokenProperties parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TokenProperties parseFrom ( CodedInputStream input )
public static TokenProperties parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TokenProperties parseFrom ( InputStream input )
public static TokenProperties parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static TokenProperties parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TokenProperties parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<TokenProperties> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAction()
public String getAction ()
Action name provided at token generation.
string action = 5;
Returns Type Description String
The action.
getActionBytes()
public ByteString getActionBytes ()
Action name provided at token generation.
string action = 5;
Returns Type Description ByteString
The bytes for action.
getCreateTime()
public Timestamp getCreateTime ()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Returns Type Description Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
getDefaultInstanceForType()
public TokenProperties getDefaultInstanceForType ()
getHostname()
public String getHostname ()
The hostname of the page on which the token was generated.
string hostname = 4;
Returns Type Description String
The hostname.
getHostnameBytes()
public ByteString getHostnameBytes ()
The hostname of the page on which the token was generated.
string hostname = 4;
Returns Type Description ByteString
The bytes for hostname.
getInvalidReason()
public TokenProperties . InvalidReason getInvalidReason ()
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1beta1.TokenProperties.InvalidReason invalid_reason = 2;
getInvalidReasonValue()
public int getInvalidReasonValue ()
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1beta1.TokenProperties.InvalidReason invalid_reason = 2;
Returns Type Description int
The enum numeric value on the wire for invalidReason.
getParserForType()
public Parser<TokenProperties> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getValid()
public 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 Type Description boolean
The valid.
hasCreateTime()
public boolean hasCreateTime ()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Returns Type Description boolean
Whether the createTime field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public TokenProperties . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TokenProperties . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public TokenProperties . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]