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
Fields in com.google.protobuf declared as DescriptorProtos.MethodOptions.IdempotencyLevelModifier and TypeFieldDescriptionprivate static final DescriptorProtos.MethodOptions.IdempotencyLevel[]DescriptorProtos.MethodOptions.IdempotencyLevel.VALUESFields 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.DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf(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 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];