Uses of Class
com.google.cloud.pubsublite.proto.ExportConfig.DestinationCase
-
Packages that use ExportConfig.DestinationCase Package Description com.google.cloud.pubsublite.proto -
-
Uses of ExportConfig.DestinationCase in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ExportConfig.DestinationCase Modifier and Type Method Description static ExportConfig.DestinationCase
ExportConfig.DestinationCase. forNumber(int value)
ExportConfig.DestinationCase
ExportConfig.Builder. getDestinationCase()
ExportConfig.DestinationCase
ExportConfig. getDestinationCase()
ExportConfig.DestinationCase
ExportConfigOrBuilder. getDestinationCase()
static ExportConfig.DestinationCase
ExportConfig.DestinationCase. valueOf(int value)
Deprecated.static ExportConfig.DestinationCase
ExportConfig.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportConfig.DestinationCase[]
ExportConfig.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-