public interface EventUpdateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEvent()
public abstract String getEvent()
The name of the event.
string event = 2;
Returns | |
---|---|
Type | Description |
String |
The event. |
getEventBytes()
public abstract ByteString getEventBytes()
The name of the event.
string event = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for event. |
getOffset()
public abstract long getOffset()
The offset of the message that will be used to acknowledge of the message receiving.
int64 offset = 5;
Returns | |
---|---|
Type | Description |
long |
The offset. |
getSeries()
public abstract String getSeries()
The name of the series.
string series = 3;
Returns | |
---|---|
Type | Description |
String |
The series. |
getSeriesBytes()
public abstract ByteString getSeriesBytes()
The name of the series.
string series = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for series. |
getStream()
public abstract String getStream()
The name of the stream that the event is attached to.
string stream = 1;
Returns | |
---|---|
Type | Description |
String |
The stream. |
getStreamBytes()
public abstract ByteString getStreamBytes()
The name of the stream that the event is attached to.
string stream = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stream. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
The timestamp when the Event update happens.
.google.protobuf.Timestamp update_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The timestamp when the Event update happens.
.google.protobuf.Timestamp update_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The timestamp when the Event update happens.
.google.protobuf.Timestamp update_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |