Uses of Enum
com.google.cloud.pubsublite.proto.SeekSubscriptionRequest.NamedTarget
-
Uses of SeekSubscriptionRequest.NamedTarget in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return SeekSubscriptionRequest.NamedTargetModifier and TypeMethodDescriptionSeekSubscriptionRequest.NamedTarget.forNumber(int value) SeekSubscriptionRequest.Builder.getNamedTarget()Seek to a named position with respect to the message backlog.SeekSubscriptionRequest.getNamedTarget()Seek to a named position with respect to the message backlog.SeekSubscriptionRequestOrBuilder.getNamedTarget()Seek to a named position with respect to the message backlog.SeekSubscriptionRequest.NamedTarget.valueOf(int value) Deprecated.SeekSubscriptionRequest.NamedTarget.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SeekSubscriptionRequest.NamedTarget[]SeekSubscriptionRequest.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 SeekSubscriptionRequest.NamedTargetModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SeekSubscriptionRequest.NamedTarget>SeekSubscriptionRequest.NamedTarget.internalGetValueMap()Methods in com.google.cloud.pubsublite.proto with parameters of type SeekSubscriptionRequest.NamedTargetModifier and TypeMethodDescriptionSeekSubscriptionRequest.Builder.setNamedTarget(SeekSubscriptionRequest.NamedTarget value) Seek to a named position with respect to the message backlog.