Uses of Enum
io.dapr.v1.DaprProtos.PubsubSubscriptionType
Packages that use DaprProtos.PubsubSubscriptionType
-
Uses of DaprProtos.PubsubSubscriptionType in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.PubsubSubscriptionTypeModifier and TypeMethodDescriptionDaprProtos.PubsubSubscriptionType.forNumber(int value) DaprProtos.PubsubSubscription.Builder.getType().dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];DaprProtos.PubsubSubscription.getType().dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];DaprProtos.PubsubSubscriptionOrBuilder.getType().dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];DaprProtos.PubsubSubscriptionType.valueOf(int value) Deprecated.DaprProtos.PubsubSubscriptionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static DaprProtos.PubsubSubscriptionType[]DaprProtos.PubsubSubscriptionType.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 DaprProtos.PubsubSubscriptionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DaprProtos.PubsubSubscriptionType>DaprProtos.PubsubSubscriptionType.internalGetValueMap()Methods in io.dapr.v1 with parameters of type DaprProtos.PubsubSubscriptionTypeModifier and TypeMethodDescriptionDaprProtos.PubsubSubscription.Builder.setType(DaprProtos.PubsubSubscriptionType value) .dapr.proto.runtime.v1.PubsubSubscriptionType type = 6 [json_name = "type"];