- 3.50.0 (latest)
- 3.49.0
- 3.48.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.12
- 2.6.1
- 2.5.0
- 2.4.10
- 2.3.1
public static final class TokenProperties.Builder extends GeneratedMessageV3.Builder<TokenProperties.Builder> implements TokenPropertiesOrBuilder
Protobuf type google.cloud.recaptchaenterprise.v1.TokenProperties
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TokenProperties.BuilderImplements
TokenPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TokenProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TokenProperties.Builder |
build()
public TokenProperties build()
Type | Description |
TokenProperties |
buildPartial()
public TokenProperties buildPartial()
Type | Description |
TokenProperties |
clear()
public TokenProperties.Builder clear()
Type | Description |
TokenProperties.Builder |
clearAction()
public TokenProperties.Builder clearAction()
Action name provided at token generation.
string action = 5;
Type | Description |
TokenProperties.Builder | This builder for chaining. |
clearAndroidPackageName()
public TokenProperties.Builder clearAndroidPackageName()
The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8;
Type | Description |
TokenProperties.Builder | This builder for chaining. |
clearCreateTime()
public TokenProperties.Builder clearCreateTime()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
TokenProperties.Builder |
clearField(Descriptors.FieldDescriptor field)
public TokenProperties.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TokenProperties.Builder |
clearHostname()
public TokenProperties.Builder clearHostname()
The hostname of the page on which the token was generated (Web keys only).
string hostname = 4;
Type | Description |
TokenProperties.Builder | This builder for chaining. |
clearInvalidReason()
public TokenProperties.Builder clearInvalidReason()
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;
Type | Description |
TokenProperties.Builder | This builder for chaining. |
clearIosBundleId()
public TokenProperties.Builder clearIosBundleId()
The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9;
Type | Description |
TokenProperties.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TokenProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TokenProperties.Builder |
clearValid()
public TokenProperties.Builder clearValid()
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;
Type | Description |
TokenProperties.Builder | This builder for chaining. |
clone()
public TokenProperties.Builder clone()
Type | Description |
TokenProperties.Builder |
getAction()
public String getAction()
Action name provided at token generation.
string action = 5;
Type | Description |
String | The action. |
getActionBytes()
public ByteString getActionBytes()
Action name provided at token generation.
string action = 5;
Type | Description |
ByteString | The bytes for action. |
getAndroidPackageName()
public String getAndroidPackageName()
The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8;
Type | Description |
String | The androidPackageName. |
getAndroidPackageNameBytes()
public ByteString getAndroidPackageNameBytes()
The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8;
Type | Description |
ByteString | The bytes for androidPackageName. |
getCreateTime()
public Timestamp getCreateTime()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public TokenProperties getDefaultInstanceForType()
Type | Description |
TokenProperties |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getHostname()
public String getHostname()
The hostname of the page on which the token was generated (Web keys only).
string hostname = 4;
Type | Description |
String | The hostname. |
getHostnameBytes()
public ByteString getHostnameBytes()
The hostname of the page on which the token was generated (Web keys only).
string hostname = 4;
Type | Description |
ByteString | The bytes for hostname. |
getInvalidReason()
public TokenProperties.InvalidReason getInvalidReason()
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;
Type | Description |
TokenProperties.InvalidReason | The invalidReason. |
getInvalidReasonValue()
public int getInvalidReasonValue()
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;
Type | Description |
int | The enum numeric value on the wire for invalidReason. |
getIosBundleId()
public String getIosBundleId()
The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9;
Type | Description |
String | The iosBundleId. |
getIosBundleIdBytes()
public ByteString getIosBundleIdBytes()
The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9;
Type | Description |
ByteString | The bytes for iosBundleId. |
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;
Type | Description |
boolean | The valid. |
hasCreateTime()
public boolean hasCreateTime()
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Type | Description |
boolean | Whether the createTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public TokenProperties.Builder mergeCreateTime(Timestamp value)
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
TokenProperties.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TokenProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TokenProperties.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TokenProperties.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TokenProperties.Builder |
mergeFrom(TokenProperties other)
public TokenProperties.Builder mergeFrom(TokenProperties other)
Name | Description |
other | TokenProperties |
Type | Description |
TokenProperties.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TokenProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TokenProperties.Builder |
setAction(String value)
public TokenProperties.Builder setAction(String value)
Action name provided at token generation.
string action = 5;
Name | Description |
value | String The action to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setActionBytes(ByteString value)
public TokenProperties.Builder setActionBytes(ByteString value)
Action name provided at token generation.
string action = 5;
Name | Description |
value | ByteString The bytes for action to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setAndroidPackageName(String value)
public TokenProperties.Builder setAndroidPackageName(String value)
The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8;
Name | Description |
value | String The androidPackageName to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setAndroidPackageNameBytes(ByteString value)
public TokenProperties.Builder setAndroidPackageNameBytes(ByteString value)
The name of the Android package with which the token was generated (Android keys only).
string android_package_name = 8;
Name | Description |
value | ByteString The bytes for androidPackageName to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setCreateTime(Timestamp value)
public TokenProperties.Builder setCreateTime(Timestamp value)
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
TokenProperties.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public TokenProperties.Builder setCreateTime(Timestamp.Builder builderForValue)
The timestamp corresponding to the generation of the token.
.google.protobuf.Timestamp create_time = 3;
Name | Description |
builderForValue | Builder |
Type | Description |
TokenProperties.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TokenProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TokenProperties.Builder |
setHostname(String value)
public TokenProperties.Builder setHostname(String value)
The hostname of the page on which the token was generated (Web keys only).
string hostname = 4;
Name | Description |
value | String The hostname to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setHostnameBytes(ByteString value)
public TokenProperties.Builder setHostnameBytes(ByteString value)
The hostname of the page on which the token was generated (Web keys only).
string hostname = 4;
Name | Description |
value | ByteString The bytes for hostname to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setInvalidReason(TokenProperties.InvalidReason value)
public TokenProperties.Builder setInvalidReason(TokenProperties.InvalidReason value)
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;
Name | Description |
value | TokenProperties.InvalidReason The invalidReason to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setInvalidReasonValue(int value)
public TokenProperties.Builder setInvalidReasonValue(int value)
Reason associated with the response when valid = false.
.google.cloud.recaptchaenterprise.v1.TokenProperties.InvalidReason invalid_reason = 2;
Name | Description |
value | int The enum numeric value on the wire for invalidReason to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setIosBundleId(String value)
public TokenProperties.Builder setIosBundleId(String value)
The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9;
Name | Description |
value | String The iosBundleId to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setIosBundleIdBytes(ByteString value)
public TokenProperties.Builder setIosBundleIdBytes(ByteString value)
The ID of the iOS bundle with which the token was generated (iOS keys only).
string ios_bundle_id = 9;
Name | Description |
value | ByteString The bytes for iosBundleId to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TokenProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TokenProperties.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TokenProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TokenProperties.Builder |
setValid(boolean value)
public TokenProperties.Builder setValid(boolean value)
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;
Name | Description |
value | boolean The valid to set. |
Type | Description |
TokenProperties.Builder | This builder for chaining. |