Uses of Class
com.google.pubsub.v1.CloudStorageConfig.State
-
Packages that use CloudStorageConfig.State Package Description com.google.pubsub.v1 -
-
Uses of CloudStorageConfig.State in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return CloudStorageConfig.State Modifier and Type Method Description static CloudStorageConfig.State
CloudStorageConfig.State. forNumber(int value)
CloudStorageConfig.State
CloudStorageConfig.Builder. getState()
Output only.CloudStorageConfig.State
CloudStorageConfig. getState()
Output only.CloudStorageConfig.State
CloudStorageConfigOrBuilder. getState()
Output only.static CloudStorageConfig.State
CloudStorageConfig.State. valueOf(int value)
Deprecated.static CloudStorageConfig.State
CloudStorageConfig.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CloudStorageConfig.State
CloudStorageConfig.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudStorageConfig.State[]
CloudStorageConfig.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 CloudStorageConfig.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CloudStorageConfig.State>
CloudStorageConfig.State. internalGetValueMap()
Methods in com.google.pubsub.v1 with parameters of type CloudStorageConfig.State Modifier and Type Method Description CloudStorageConfig.Builder
CloudStorageConfig.Builder. setState(CloudStorageConfig.State value)
Output only.
-