com.google.api.tools.framework.yaml.ProtoFieldValueParserProto Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/api/tools/framework/yaml/testdata/parser_test.proto
package com.google.api.tools.framework.yaml;
public final class ProtoFieldValueParserProto {
private ProtoFieldValueParserProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
/**
* Protobuf enum {@code test.ProtoFieldValueParser.TestEnum}
*/
public enum TestEnum
implements com.google.protobuf.ProtocolMessageEnum {
/**
* VALUE1 = 2;
*/
VALUE1(2),
;
/**
* VALUE1 = 2;
*/
public static final int VALUE1_VALUE = 2;
public final int getNumber() {
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static TestEnum valueOf(int value) {
return forNumber(value);
}
public static TestEnum forNumber(int value) {
switch (value) {
case 2: return VALUE1;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
TestEnum> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public TestEnum findValueByNumber(int number) {
return TestEnum.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return com.google.api.tools.framework.yaml.ProtoFieldValueParserProto.getDescriptor().getEnumTypes().get(0);
}
private static final TestEnum[] VALUES = values();
public static TestEnum valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
return VALUES[desc.getIndex()];
}
private final int value;
private TestEnum(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:test.ProtoFieldValueParser.TestEnum)
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n>com/google/api/tools/framework/yaml/te" +
"stdata/parser_test.proto\022\032test.ProtoFiel" +
"dValueParser*\026\n\010TestEnum\022\n\n\006VALUE1\020\002BA\n#" +
"com.google.api.tools.framework.yamlB\032Pro" +
"toFieldValueParserProto"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy