- 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 final class Event extends GeneratedMessageV3 implements EventOrBuilder
Protobuf type google.cloud.recaptchaenterprise.v1.Event
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > EventImplements
EventOrBuilderStatic Fields
EXPECTED_ACTION_FIELD_NUMBER
public static final int EXPECTED_ACTION_FIELD_NUMBER
Type | Description |
int |
HASHED_ACCOUNT_ID_FIELD_NUMBER
public static final int HASHED_ACCOUNT_ID_FIELD_NUMBER
Type | Description |
int |
SITE_KEY_FIELD_NUMBER
public static final int SITE_KEY_FIELD_NUMBER
Type | Description |
int |
TOKEN_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
Type | Description |
int |
USER_AGENT_FIELD_NUMBER
public static final int USER_AGENT_FIELD_NUMBER
Type | Description |
int |
USER_IP_ADDRESS_FIELD_NUMBER
public static final int USER_IP_ADDRESS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Event getDefaultInstance()
Type | Description |
Event |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Event.Builder newBuilder()
Type | Description |
Event.Builder |
newBuilder(Event prototype)
public static Event.Builder newBuilder(Event prototype)
Name | Description |
prototype | Event |
Type | Description |
Event.Builder |
parseDelimitedFrom(InputStream input)
public static Event parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Event |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Event parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Event |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Event parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Event |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Event parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Event |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Event parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Event |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Event parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Event |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Event parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Event |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Event parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Event |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Event parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Event |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Event parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Event |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Event parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Event |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Event parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Event |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Event> parser()
Type | Description |
Parser<Event> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Event getDefaultInstanceForType()
Type | Description |
Event |
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. |
getHashedAccountId()
public ByteString getHashedAccountId()
Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret.
bytes hashed_account_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The hashedAccountId. |
getParserForType()
public Parser<Event> getParserForType()
Type | Description |
Parser<Event> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Event.Builder newBuilderForType()
Type | Description |
Event.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Event.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Event.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Event.Builder toBuilder()
Type | Description |
Event.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |