Uses of Class
com.google.pubsub.v1.CloudStorageConfig.OutputFormatCase
-
Packages that use CloudStorageConfig.OutputFormatCase Package Description com.google.pubsub.v1 -
-
Uses of CloudStorageConfig.OutputFormatCase in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return CloudStorageConfig.OutputFormatCase Modifier and Type Method Description static CloudStorageConfig.OutputFormatCase
CloudStorageConfig.OutputFormatCase. forNumber(int value)
CloudStorageConfig.OutputFormatCase
CloudStorageConfig.Builder. getOutputFormatCase()
CloudStorageConfig.OutputFormatCase
CloudStorageConfig. getOutputFormatCase()
CloudStorageConfig.OutputFormatCase
CloudStorageConfigOrBuilder. getOutputFormatCase()
static CloudStorageConfig.OutputFormatCase
CloudStorageConfig.OutputFormatCase. valueOf(int value)
Deprecated.static CloudStorageConfig.OutputFormatCase
CloudStorageConfig.OutputFormatCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudStorageConfig.OutputFormatCase[]
CloudStorageConfig.OutputFormatCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-