Uses of Enum
io.dapr.v1.CommonProtos.HTTPExtension.Verb
Packages that use CommonProtos.HTTPExtension.Verb
-
Uses of CommonProtos.HTTPExtension.Verb in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.HTTPExtension.VerbModifier and TypeMethodDescriptionCommonProtos.HTTPExtension.Verb.forNumber
(int value) CommonProtos.HTTPExtension.Builder.getVerb()
Required.CommonProtos.HTTPExtension.getVerb()
Required.CommonProtos.HTTPExtensionOrBuilder.getVerb()
Required.CommonProtos.HTTPExtension.Verb.valueOf
(int value) Deprecated.CommonProtos.HTTPExtension.Verb.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 CommonProtos.HTTPExtension.Verb[]
CommonProtos.HTTPExtension.Verb.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 CommonProtos.HTTPExtension.VerbModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommonProtos.HTTPExtension.Verb>
CommonProtos.HTTPExtension.Verb.internalGetValueMap()
Methods in io.dapr.v1 with parameters of type CommonProtos.HTTPExtension.VerbModifier and TypeMethodDescriptionCommonProtos.HTTPExtension.Builder.setVerb
(CommonProtos.HTTPExtension.Verb value) Required.