Uses of Class
com.google.cloud.datastream.v1alpha1.SourceConfig.SourceStreamConfigCase
-
Packages that use SourceConfig.SourceStreamConfigCase Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of SourceConfig.SourceStreamConfigCase in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return SourceConfig.SourceStreamConfigCase Modifier and Type Method Description static SourceConfig.SourceStreamConfigCase
SourceConfig.SourceStreamConfigCase. forNumber(int value)
SourceConfig.SourceStreamConfigCase
SourceConfig.Builder. getSourceStreamConfigCase()
SourceConfig.SourceStreamConfigCase
SourceConfig. getSourceStreamConfigCase()
SourceConfig.SourceStreamConfigCase
SourceConfigOrBuilder. getSourceStreamConfigCase()
static SourceConfig.SourceStreamConfigCase
SourceConfig.SourceStreamConfigCase. valueOf(int value)
Deprecated.static SourceConfig.SourceStreamConfigCase
SourceConfig.SourceStreamConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceConfig.SourceStreamConfigCase[]
SourceConfig.SourceStreamConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-