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