public interface SeekSubscriptionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
SeekSubscriptionRequest.NamedTarget |
getNamedTarget()
Seek to a named position with respect to the message backlog.
|
int |
getNamedTargetValue()
Seek to a named position with respect to the message backlog.
|
SeekSubscriptionRequest.TargetCase |
getTargetCase() |
TimeTarget |
getTimeTarget()
Seek to the first message whose publish or event time is greater than or
equal to the specified query time.
|
TimeTargetOrBuilder |
getTimeTargetOrBuilder()
Seek to the first message whose publish or event time is greater than or
equal to the specified query time.
|
boolean |
hasNamedTarget()
Seek to a named position with respect to the message backlog.
|
boolean |
hasTimeTarget()
Seek to the first message whose publish or event time is greater than or
equal to the specified query time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the subscription to seek.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the subscription to seek.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasNamedTarget()
Seek to a named position with respect to the message backlog.
.google.cloud.pubsublite.v1.SeekSubscriptionRequest.NamedTarget named_target = 2;int getNamedTargetValue()
Seek to a named position with respect to the message backlog.
.google.cloud.pubsublite.v1.SeekSubscriptionRequest.NamedTarget named_target = 2;SeekSubscriptionRequest.NamedTarget getNamedTarget()
Seek to a named position with respect to the message backlog.
.google.cloud.pubsublite.v1.SeekSubscriptionRequest.NamedTarget named_target = 2;boolean hasTimeTarget()
Seek to the first message whose publish or event time is greater than or equal to the specified query time. If no such message can be located, will seek to the end of the message backlog.
.google.cloud.pubsublite.v1.TimeTarget time_target = 3;TimeTarget getTimeTarget()
Seek to the first message whose publish or event time is greater than or equal to the specified query time. If no such message can be located, will seek to the end of the message backlog.
.google.cloud.pubsublite.v1.TimeTarget time_target = 3;TimeTargetOrBuilder getTimeTargetOrBuilder()
Seek to the first message whose publish or event time is greater than or equal to the specified query time. If no such message can be located, will seek to the end of the message backlog.
.google.cloud.pubsublite.v1.TimeTarget time_target = 3;SeekSubscriptionRequest.TargetCase getTargetCase()
Copyright © 2023 Google LLC. All rights reserved.