Uses of Enum
com.google.cloud.pubsub.v1.SubscriberShutdownSettings.ShutdownMode
Packages that use SubscriberShutdownSettings.ShutdownMode
-
Uses of SubscriberShutdownSettings.ShutdownMode in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SubscriberShutdownSettings.ShutdownModeModifier and TypeMethodDescriptionSubscriberShutdownSettings.getMode()Returns the configured shutdown mode.Returns the enum constant of this type with the specified name.SubscriberShutdownSettings.ShutdownMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.pubsub.v1 with parameters of type SubscriberShutdownSettings.ShutdownModeModifier and TypeMethodDescriptionSubscriberShutdownSettings.Builder.setMode(SubscriberShutdownSettings.ShutdownMode mode) Sets the shutdown mode.