Uses of Enum
com.google.pubsub.v1.CloudStorageConfig.State
-
Uses of CloudStorageConfig.State in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return CloudStorageConfig.StateModifier and TypeMethodDescriptionstatic CloudStorageConfig.StateCloudStorageConfig.State.forNumber(int value) CloudStorageConfig.Builder.getState()Output only.CloudStorageConfig.getState()Output only.CloudStorageConfigOrBuilder.getState()Output only.static CloudStorageConfig.StateCloudStorageConfig.State.valueOf(int value) Deprecated.static CloudStorageConfig.StateCloudStorageConfig.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CloudStorageConfig.StateReturns 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.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CloudStorageConfig.State>CloudStorageConfig.State.internalGetValueMap()Methods in com.google.pubsub.v1 with parameters of type CloudStorageConfig.StateModifier and TypeMethodDescriptionCloudStorageConfig.Builder.setState(CloudStorageConfig.State value) Output only.