public interface EventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvent()
public abstract String getEvent()Required. The name of the event.
string event = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The event. |
getEventBytes()
public abstract ByteString getEventBytes()Required. The name of the event.
string event = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for event. |