Uses of Class
com.google.pubsub.v1.Subscription.State
-
Packages that use Subscription.State Package Description com.google.pubsub.v1 -
-
Uses of Subscription.State in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Subscription.State Modifier and Type Method Description static Subscription.State
Subscription.State. forNumber(int value)
Subscription.State
Subscription.Builder. getState()
Output only.Subscription.State
Subscription. getState()
Output only.Subscription.State
SubscriptionOrBuilder. getState()
Output only.static Subscription.State
Subscription.State. valueOf(int value)
Deprecated.static Subscription.State
Subscription.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Subscription.State
Subscription.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Subscription.State[]
Subscription.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.pubsub.v1 that return types with arguments of type Subscription.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Subscription.State>
Subscription.State. internalGetValueMap()
Methods in com.google.pubsub.v1 with parameters of type Subscription.State Modifier and Type Method Description Subscription.Builder
Subscription.Builder. setState(Subscription.State value)
Output only.
-