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