Uses of Class
com.google.cloud.pubsublite.SeekTarget.Kind
-
Packages that use SeekTarget.Kind Package Description com.google.cloud.pubsublite -
-
Uses of SeekTarget.Kind in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return SeekTarget.Kind Modifier and Type Method Description abstract SeekTarget.Kind
SeekTarget. getKind()
static SeekTarget.Kind
SeekTarget.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static SeekTarget.Kind[]
SeekTarget.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-