-
TimeTarget.Builder.clear()
Request the cursor of the first message with event time greater than or
equal to `event_time`.
TimeTarget.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TimeTarget.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
TimeTarget.Builder.clone()
Seek to the first message whose publish or event time is greater than or
equal to the specified query time.
TimeTarget.Builder.mergeEventTime(com.google.protobuf.Timestamp value)
Request the cursor of the first message with event time greater than or
equal to `event_time`.
TimeTarget.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TimeTarget.Builder.mergeFrom(com.google.protobuf.Message other)
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
TimeTarget.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
TimeTarget.Builder.setEventTime(com.google.protobuf.Timestamp value)
Request the cursor of the first message with event time greater than or
equal to `event_time`.
TimeTarget.Builder.setEventTime(com.google.protobuf.Timestamp.Builder builderForValue)
Request the cursor of the first message with event time greater than or
equal to `event_time`.
TimeTarget.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
TimeTarget.Builder.setPublishTime(com.google.protobuf.Timestamp value)
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
TimeTarget.Builder.setPublishTime(com.google.protobuf.Timestamp.Builder builderForValue)
Request the cursor of the first message with publish time greater than or
equal to `publish_time`.
TimeTarget.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
TimeTarget.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Seek to the first message whose publish or event time is greater than or
equal to the specified query time.