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