Interface EventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event,Event.Builder
public interface EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.api.v1.Action action = 4 [json_name = "action"];.api.v1.Action action = 4 [json_name = "action"];.api.v1.EntryMutation entry_mutation = 3 [json_name = "entryMutation"];.api.v1.EntryMutation entry_mutation = 3 [json_name = "entryMutation"];getKey()The event key used for subscriptions.com.google.protobuf.ByteStringThe event key used for subscriptions..api.v1.PlayerNotification player_notification = 2 [json_name = "playerNotification"];.api.v1.PlayerNotification player_notification = 2 [json_name = "playerNotification"];boolean.api.v1.Action action = 4 [json_name = "action"];boolean.api.v1.EntryMutation entry_mutation = 3 [json_name = "entryMutation"];boolean.api.v1.PlayerNotification player_notification = 2 [json_name = "playerNotification"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
String getKey()The event key used for subscriptions.
string key = 1 [json_name = "key"];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()The event key used for subscriptions.
string key = 1 [json_name = "key"];- Returns:
- The bytes for key.
-
hasPlayerNotification
boolean hasPlayerNotification().api.v1.PlayerNotification player_notification = 2 [json_name = "playerNotification"];- Returns:
- Whether the playerNotification field is set.
-
getPlayerNotification
PlayerNotification getPlayerNotification().api.v1.PlayerNotification player_notification = 2 [json_name = "playerNotification"];- Returns:
- The playerNotification.
-
getPlayerNotificationOrBuilder
PlayerNotificationOrBuilder getPlayerNotificationOrBuilder().api.v1.PlayerNotification player_notification = 2 [json_name = "playerNotification"]; -
hasEntryMutation
boolean hasEntryMutation().api.v1.EntryMutation entry_mutation = 3 [json_name = "entryMutation"];- Returns:
- Whether the entryMutation field is set.
-
getEntryMutation
EntryMutation getEntryMutation().api.v1.EntryMutation entry_mutation = 3 [json_name = "entryMutation"];- Returns:
- The entryMutation.
-
getEntryMutationOrBuilder
EntryMutationOrBuilder getEntryMutationOrBuilder().api.v1.EntryMutation entry_mutation = 3 [json_name = "entryMutation"]; -
hasAction
boolean hasAction().api.v1.Action action = 4 [json_name = "action"];- Returns:
- Whether the action field is set.
-
getAction
-
getActionOrBuilder
ActionOrBuilder getActionOrBuilder().api.v1.Action action = 4 [json_name = "action"]; -
getBodyCase
Event.BodyCase getBodyCase()
-