Uses of Class
com.google.cloud.eventarc.v1.Channel.State
-
Packages that use Channel.State Package Description com.google.cloud.eventarc.v1 A client to Eventarc API -
-
Uses of Channel.State in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return Channel.State Modifier and Type Method Description static Channel.StateChannel.State. forNumber(int value)Channel.StateChannel.Builder. getState()Output only.Channel.StateChannel. getState()Output only.Channel.StateChannelOrBuilder. getState()Output only.static Channel.StateChannel.State. valueOf(int value)Deprecated.static Channel.StateChannel.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Channel.StateChannel.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel.State[]Channel.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.eventarc.v1 that return types with arguments of type Channel.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Channel.State>Channel.State. internalGetValueMap()Methods in com.google.cloud.eventarc.v1 with parameters of type Channel.State Modifier and Type Method Description Channel.BuilderChannel.Builder. setState(Channel.State value)Output only.
-