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.State
Channel.State. forNumber(int value)
Channel.State
Channel.Builder. getState()
Output only.Channel.State
Channel. getState()
Output only.Channel.State
ChannelOrBuilder. getState()
Output only.static Channel.State
Channel.State. valueOf(int value)
Deprecated.static Channel.State
Channel.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Channel.State
Channel.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.Builder
Channel.Builder. setState(Channel.State value)
Output only.
-