Uses of Class
com.google.pubsub.v1.SeekRequest.TargetCase
-
Packages that use SeekRequest.TargetCase Package Description com.google.pubsub.v1 -
-
Uses of SeekRequest.TargetCase in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return SeekRequest.TargetCase Modifier and Type Method Description static SeekRequest.TargetCaseSeekRequest.TargetCase. forNumber(int value)SeekRequest.TargetCaseSeekRequest.Builder. getTargetCase()SeekRequest.TargetCaseSeekRequest. getTargetCase()SeekRequest.TargetCaseSeekRequestOrBuilder. getTargetCase()static SeekRequest.TargetCaseSeekRequest.TargetCase. valueOf(int value)Deprecated.static SeekRequest.TargetCaseSeekRequest.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.
-