Interface EventInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventInput
,EventInput.Builder
public interface EventInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEvent()
Name of the event.com.google.protobuf.ByteString
getEventBytes()
Name of the event.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEvent
String getEvent()
Name of the event.
string event = 1;
- Returns:
- The event.
-
getEventBytes
com.google.protobuf.ByteString getEventBytes()
Name of the event.
string event = 1;
- Returns:
- The bytes for event.
-
-