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