Uses of Class
com.google.cloud.pubsublite.SeekTarget
-
Packages that use SeekTarget Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal -
-
Uses of SeekTarget in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return SeekTarget Modifier and Type Method Description static SeekTargetSeekTarget. of(BacklogLocation location)Seek to a named backlog location.static SeekTargetSeekTarget. ofEventTime(com.google.protobuf.Timestamp time)Seek to a message event timestamp.static SeekTargetSeekTarget. ofPublishTime(com.google.protobuf.Timestamp time)Seek to a message publish timestamp.Methods in com.google.cloud.pubsublite with parameters of type SeekTarget Modifier and Type Method Description com.google.api.core.ApiFuture<Subscription>AdminClient. createSubscription(Subscription subscription, SeekTarget target)Create the provided subscription at the given target location within the message backlog, if it does not yet exist.com.google.api.gax.longrunning.OperationFuture<SeekSubscriptionResponse,OperationMetadata>AdminClient. seekSubscription(SubscriptionPath path, SeekTarget target)Initiate an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog. -
Uses of SeekTarget in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal with parameters of type SeekTarget Modifier and Type Method Description com.google.api.core.ApiFuture<Subscription>AdminClientImpl. createSubscription(Subscription subscription, SeekTarget target)com.google.api.gax.longrunning.OperationFuture<SeekSubscriptionResponse,OperationMetadata>AdminClientImpl. seekSubscription(SubscriptionPath path, SeekTarget target)
-