Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
static Subscription.State |
Subscription.State.forNumber(int value) |
Subscription.State |
Subscription.getState()
Output only.
|
Subscription.State |
Subscription.Builder.getState()
Output only.
|
Subscription.State |
SubscriptionOrBuilder.getState()
Output only.
|
static Subscription.State |
Subscription.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Subscription.State |
Subscription.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Subscription.State> |
Subscription.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Subscription.Builder |
Subscription.Builder.setState(Subscription.State value)
Output only.
|
Copyright © 2023 Google LLC. All rights reserved.