public interface TimeTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEventTime()
Request the cursor of the first message with event time greater than or
equal to `event_time`.
|
com.google.protobuf.TimestampOrBuilder |
getEventTimeOrBuilder()
Request the cursor of the first message with event time greater than or
equal to `event_time`.
|
com.google.protobuf.Timestamp |
getPublishTime()
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
|
com.google.protobuf.TimestampOrBuilder |
getPublishTimeOrBuilder()
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
|
TimeTarget.TimeCase |
getTimeCase() |
boolean |
hasEventTime()
Request the cursor of the first message with event time greater than or
equal to `event_time`.
|
boolean |
hasPublishTime()
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPublishTime()
Request the cursor of the first message with publish time greater than or equal to `publish_time`. All messages thereafter are guaranteed to have publish times >= `publish_time`.
.google.protobuf.Timestamp publish_time = 1;com.google.protobuf.Timestamp getPublishTime()
Request the cursor of the first message with publish time greater than or equal to `publish_time`. All messages thereafter are guaranteed to have publish times >= `publish_time`.
.google.protobuf.Timestamp publish_time = 1;com.google.protobuf.TimestampOrBuilder getPublishTimeOrBuilder()
Request the cursor of the first message with publish time greater than or equal to `publish_time`. All messages thereafter are guaranteed to have publish times >= `publish_time`.
.google.protobuf.Timestamp publish_time = 1;boolean hasEventTime()
Request the cursor of the first message with event time greater than or equal to `event_time`. If messages are missing an event time, the publish time is used as a fallback. As event times are user supplied, subsequent messages may have event times less than `event_time` and should be filtered by the client, if necessary.
.google.protobuf.Timestamp event_time = 2;com.google.protobuf.Timestamp getEventTime()
Request the cursor of the first message with event time greater than or equal to `event_time`. If messages are missing an event time, the publish time is used as a fallback. As event times are user supplied, subsequent messages may have event times less than `event_time` and should be filtered by the client, if necessary.
.google.protobuf.Timestamp event_time = 2;com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
Request the cursor of the first message with event time greater than or equal to `event_time`. If messages are missing an event time, the publish time is used as a fallback. As event times are user supplied, subsequent messages may have event times less than `event_time` and should be filtered by the client, if necessary.
.google.protobuf.Timestamp event_time = 2;TimeTarget.TimeCase getTimeCase()
Copyright © 2023 Google LLC. All rights reserved.