public static enum GrpcJsonTranscoder.DescriptorSetCase extends Enum<GrpcJsonTranscoder.DescriptorSetCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DESCRIPTORSET_NOT_SET |
PROTO_DESCRIPTOR |
PROTO_DESCRIPTOR_BIN |
| Modifier and Type | Method and Description |
|---|---|
static GrpcJsonTranscoder.DescriptorSetCase |
forNumber(int value) |
int |
getNumber() |
static GrpcJsonTranscoder.DescriptorSetCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GrpcJsonTranscoder.DescriptorSetCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcJsonTranscoder.DescriptorSetCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpcJsonTranscoder.DescriptorSetCase PROTO_DESCRIPTOR
public static final GrpcJsonTranscoder.DescriptorSetCase PROTO_DESCRIPTOR_BIN
public static final GrpcJsonTranscoder.DescriptorSetCase DESCRIPTORSET_NOT_SET
public static GrpcJsonTranscoder.DescriptorSetCase[] values()
for (GrpcJsonTranscoder.DescriptorSetCase c : GrpcJsonTranscoder.DescriptorSetCase.values()) System.out.println(c);
public static GrpcJsonTranscoder.DescriptorSetCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static GrpcJsonTranscoder.DescriptorSetCase valueOf(int value)
forNumber(int) instead.public static GrpcJsonTranscoder.DescriptorSetCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.