Uses of Class
com.google.protobuf.DescriptorProtos.MethodOptions.IdempotencyLevel
-
Packages that use DescriptorProtos.MethodOptions.IdempotencyLevel Package Description com.google.protobuf -
-
Uses of DescriptorProtos.MethodOptions.IdempotencyLevel in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.MethodOptions.IdempotencyLevel Modifier and Type Field Description private static DescriptorProtos.MethodOptions.IdempotencyLevel[]DescriptorProtos.MethodOptions.IdempotencyLevel. VALUESFields in com.google.protobuf with type parameters of type DescriptorProtos.MethodOptions.IdempotencyLevel Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.MethodOptions.IdempotencyLevel>DescriptorProtos.MethodOptions.IdempotencyLevel. internalValueMapMethods in com.google.protobuf that return DescriptorProtos.MethodOptions.IdempotencyLevel Modifier and Type Method Description static DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptions.IdempotencyLevel. forNumber(int value)DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptions.Builder. getIdempotencyLevel()optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptions. getIdempotencyLevel()optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptionsOrBuilder. getIdempotencyLevel()optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];static DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptions.IdempotencyLevel. valueOf(int value)Deprecated.static DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.MethodOptions.IdempotencyLevel. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DescriptorProtos.MethodOptions.IdempotencyLevelDescriptorProtos.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.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.MethodOptions.IdempotencyLevel Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.MethodOptions.IdempotencyLevel>DescriptorProtos.MethodOptions.IdempotencyLevel. internalGetValueMap()Methods in com.google.protobuf with parameters of type DescriptorProtos.MethodOptions.IdempotencyLevel Modifier and Type Method Description DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. setIdempotencyLevel(DescriptorProtos.MethodOptions.IdempotencyLevel value)optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
-