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