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