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