Uses of Class
com.google.cloud.pubsublite.proto.SeekRequest.TargetCase
-
Packages that use SeekRequest.TargetCase Package Description com.google.cloud.pubsublite.proto -
-
Uses of SeekRequest.TargetCase in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return SeekRequest.TargetCase Modifier and Type Method Description static SeekRequest.TargetCase
SeekRequest.TargetCase. forNumber(int value)
SeekRequest.TargetCase
SeekRequest.Builder. getTargetCase()
SeekRequest.TargetCase
SeekRequest. getTargetCase()
SeekRequest.TargetCase
SeekRequestOrBuilder. getTargetCase()
static SeekRequest.TargetCase
SeekRequest.TargetCase. valueOf(int value)
Deprecated.static SeekRequest.TargetCase
SeekRequest.TargetCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SeekRequest.TargetCase[]
SeekRequest.TargetCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-