public static final class Event.Builder extends GeneratedMessageV3.Builder<Event.Builder> implements EventOrBuilderProtobuf type google.cloud.recaptchaenterprise.v1beta1.Event
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Event.BuilderImplements
EventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Event.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Event.Builder |
build()
public Event build()| Type | Description |
| Event |
buildPartial()
public Event buildPartial()| Type | Description |
| Event |
clear()
public Event.Builder clear()| Type | Description |
| Event.Builder |
clearExpectedAction()
public Event.Builder clearExpectedAction()Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
string expected_action = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Event.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Event.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Event.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Event.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Event.Builder |
clearSiteKey()
public Event.Builder clearSiteKey()Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
string site_key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Event.Builder | This builder for chaining. |
clearToken()
public Event.Builder clearToken()Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
string token = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Event.Builder | This builder for chaining. |
clearUserAgent()
public Event.Builder clearUserAgent()Optional. The user agent present in the request from the user's device related to this event.
string user_agent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Event.Builder | This builder for chaining. |
clearUserIpAddress()
public Event.Builder clearUserIpAddress()Optional. The IP address in the request from the user's device related to this event.
string user_ip_address = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| Event.Builder | This builder for chaining. |
clone()
public Event.Builder clone()| Type | Description |
| Event.Builder |
getDefaultInstanceForType()
public Event getDefaultInstanceForType()| Type | Description |
| Event |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getExpectedAction()
public String getExpectedAction()Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
string expected_action = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The expectedAction. |
getExpectedActionBytes()
public ByteString getExpectedActionBytes()Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
string expected_action = 5 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for expectedAction. |
getSiteKey()
public String getSiteKey()Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
string site_key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The siteKey. |
getSiteKeyBytes()
public ByteString getSiteKeyBytes()Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
string site_key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for siteKey. |
getToken()
public String getToken()Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
string token = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The token. |
getTokenBytes()
public ByteString getTokenBytes()Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
string token = 1 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for token. |
getUserAgent()
public String getUserAgent()Optional. The user agent present in the request from the user's device related to this event.
string user_agent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The userAgent. |
getUserAgentBytes()
public ByteString getUserAgentBytes()Optional. The user agent present in the request from the user's device related to this event.
string user_agent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for userAgent. |
getUserIpAddress()
public String getUserIpAddress()Optional. The IP address in the request from the user's device related to this event.
string user_ip_address = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The userIpAddress. |
getUserIpAddressBytes()
public ByteString getUserIpAddressBytes()Optional. The IP address in the request from the user's device related to this event.
string user_ip_address = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for userIpAddress. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Event.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Event.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Event.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Event.Builder |
mergeFrom(Event other)
public Event.Builder mergeFrom(Event other)| Name | Description |
| other | Event |
| Type | Description |
| Event.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Event.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Event.Builder |
setExpectedAction(String value)
public Event.Builder setExpectedAction(String value)Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
string expected_action = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe expectedAction to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setExpectedActionBytes(ByteString value)
public Event.Builder setExpectedActionBytes(ByteString value)Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
string expected_action = 5 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for expectedAction to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Event.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Event.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Event.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Event.Builder |
setSiteKey(String value)
public Event.Builder setSiteKey(String value)Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
string site_key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe siteKey to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setSiteKeyBytes(ByteString value)
public Event.Builder setSiteKeyBytes(ByteString value)Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
string site_key = 2 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for siteKey to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setToken(String value)
public Event.Builder setToken(String value)Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
string token = 1 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe token to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setTokenBytes(ByteString value)
public Event.Builder setTokenBytes(ByteString value)Optional. The user response token provided by the reCAPTCHA client-side integration on your site.
string token = 1 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for token to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Event.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Event.Builder |
setUserAgent(String value)
public Event.Builder setUserAgent(String value)Optional. The user agent present in the request from the user's device related to this event.
string user_agent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe userAgent to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setUserAgentBytes(ByteString value)
public Event.Builder setUserAgentBytes(ByteString value)Optional. The user agent present in the request from the user's device related to this event.
string user_agent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for userAgent to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setUserIpAddress(String value)
public Event.Builder setUserIpAddress(String value)Optional. The IP address in the request from the user's device related to this event.
string user_ip_address = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe userIpAddress to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |
setUserIpAddressBytes(ByteString value)
public Event.Builder setUserIpAddressBytes(ByteString value)Optional. The IP address in the request from the user's device related to this event.
string user_ip_address = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for userIpAddress to set. |
| Type | Description |
| Event.Builder | This builder for chaining. |