| Package | Description |
|---|---|
| com.google.cloud.pubsublite | |
| com.google.cloud.pubsublite.internal |
| Modifier and Type | Method and Description |
|---|---|
abstract BacklogLocation |
SeekTarget.backlogLocation() |
static BacklogLocation |
BacklogLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BacklogLocation[] |
BacklogLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<Subscription> |
AdminClient.createSubscription(Subscription subscription,
BacklogLocation startingOffset)
Create the provided subscription at the given starting offset if it does not yet exist.
|
static SeekTarget |
SeekTarget.of(BacklogLocation location)
Seek to a named backlog location.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<Subscription> |
AdminClientImpl.createSubscription(Subscription subscription,
BacklogLocation startingOffset) |
Copyright © 2021 Google LLC. All rights reserved.