Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptions.IdempotencyLevel.forNumber(int value) |
DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptionsOrBuilder.getIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN]; |
DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptions.getIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN]; |
DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptions.Builder.getIdempotencyLevel()
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN]; |
static DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf(Descriptors.EnumValueDescriptor desc) |
static DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DescriptorProtos.MethodOptions.IdempotencyLevel |
DescriptorProtos.MethodOptions.IdempotencyLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos.MethodOptions.IdempotencyLevel[] |
DescriptorProtos.MethodOptions.IdempotencyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<DescriptorProtos.MethodOptions.IdempotencyLevel> |
DescriptorProtos.MethodOptions.IdempotencyLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.MethodOptions.Builder |
DescriptorProtos.MethodOptions.Builder.setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel value)
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN]; |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.