Uses of Enum Class
com.google.protobuf.generated.DescriptorProtos.MethodOptions.IdempotencyLevel
Packages that use DescriptorProtos.MethodOptions.IdempotencyLevel
-
Uses of DescriptorProtos.MethodOptions.IdempotencyLevel in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.MethodOptions.IdempotencyLevel in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic enum
Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither?Methods in com.google.protobuf.generated that return DescriptorProtos.MethodOptions.IdempotencyLevelModifier and TypeMethodDescriptionDescriptorProtos.MethodOptions.IdempotencyLevel.forNumber
(int value) DescriptorProtos.MethodOptions.Builder.getIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
DescriptorProtos.MethodOptions.getIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
DescriptorProtos.MethodOptionsOrBuilder.getIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf
(int value) Deprecated.DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.DescriptorProtos.MethodOptions.IdempotencyLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.MethodOptions.IdempotencyLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DescriptorProtos.MethodOptions.IdempotencyLevel> DescriptorProtos.MethodOptions.IdempotencyLevel.internalGetValueMap()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.MethodOptions.IdempotencyLevelModifier and TypeMethodDescriptionDescriptorProtos.MethodOptions.Builder.setIdempotencyLevel
(DescriptorProtos.MethodOptions.IdempotencyLevel value) optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];