com.google.protobuf.descriptor.MethodOptions.IdempotencyLevel
See theIdempotencyLevel companion object
sealed abstract class IdempotencyLevel(val value: Int) extends GeneratedEnum
Is 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.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object IDEMPOTENCY_UNKNOWN.typeobject IDEMPOTENT.typeobject NO_SIDE_EFFECTS.typetrait Recognizedclass Unrecognized
Members list
Type members
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Equals
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
GeneratedEnum -> Any
- Inherited from:
- GeneratedEnum
Concrete fields
In this article