Uses of Enum Class
com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
Packages that use DescriptorProtos.MethodOptions.IdempotencyLevel
-
Uses of DescriptorProtos.MethodOptions.IdempotencyLevel in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.MethodOptions.IdempotencyLevel in com.google.protobufModifier and TypeClassDescriptionstatic enumIs this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.Fields in com.google.protobuf with type parameters of type DescriptorProtos.MethodOptions.IdempotencyLevelModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap<DescriptorProtos.MethodOptions.IdempotencyLevel> DescriptorProtos.MethodOptions.IdempotencyLevel.internalValueMapMethods in com.google.protobuf 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.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 that return types with arguments of type DescriptorProtos.MethodOptions.IdempotencyLevelModifier and TypeMethodDescriptionDescriptorProtos.MethodOptions.IdempotencyLevel.internalGetValueMap()Methods in com.google.protobuf 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];private voidDescriptorProtos.MethodOptions.setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel value) optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];