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