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.TransportCaseChannel.TransportCase. forNumber(int value)Channel.TransportCaseChannel.Builder. getTransportCase()Channel.TransportCaseChannel. getTransportCase()Channel.TransportCaseChannelOrBuilder. getTransportCase()static Channel.TransportCaseChannel.TransportCase. valueOf(int value)Deprecated.static Channel.TransportCaseChannel.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.
-