Uses of Enum
com.google.cloud.pubsublite.proto.SeekRequest.NamedTarget
-
Uses of SeekRequest.NamedTarget in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return SeekRequest.NamedTargetModifier and TypeMethodDescriptionstatic SeekRequest.NamedTargetSeekRequest.NamedTarget.forNumber(int value) SeekRequest.Builder.getNamedTarget()A named target.SeekRequest.getNamedTarget()A named target.SeekRequestOrBuilder.getNamedTarget()A named target.static SeekRequest.NamedTargetSeekRequest.NamedTarget.valueOf(int value) Deprecated.static SeekRequest.NamedTargetSeekRequest.NamedTarget.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SeekRequest.NamedTargetReturns the enum constant of this type with the specified name.static SeekRequest.NamedTarget[]SeekRequest.NamedTarget.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.pubsublite.proto that return types with arguments of type SeekRequest.NamedTargetModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SeekRequest.NamedTarget>SeekRequest.NamedTarget.internalGetValueMap()Methods in com.google.cloud.pubsublite.proto with parameters of type SeekRequest.NamedTargetModifier and TypeMethodDescriptionSeekRequest.Builder.setNamedTarget(SeekRequest.NamedTarget value) A named target.