Uses of Class
io.dapr.v1.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus in io.dapr.v1
Methods in io.dapr.v1 that return DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus Modifier and Type Method Description static DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus. forNumber(int value)
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponse.Builder. getStatus()
The list of output bindings.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponse. getStatus()
The list of output bindings.DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponseOrBuilder. getStatus()
The list of output bindings.static DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus. valueOf(int value)
Deprecated.static DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus[]
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dapr.v1 that return types with arguments of type DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus>
DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus. internalGetValueMap()
Methods in io.dapr.v1 with parameters of type DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus Modifier and Type Method Description DaprAppCallbackProtos.TopicEventResponse.Builder
DaprAppCallbackProtos.TopicEventResponse.Builder. setStatus(DaprAppCallbackProtos.TopicEventResponse.TopicEventResponseStatus value)
The list of output bindings.