com.google.api.tools.framework.yaml.TestConfigProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: com/google/api/tools/framework/yaml/testdata/test_config.proto
package com.google.api.tools.framework.yaml;
public final class TestConfigProto {
private TestConfigProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_test_yaml_TestConfig_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_test_yaml_TestConfig_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_test_yaml_TestConfig_MapConfigEntry_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_test_yaml_TestConfig_MapConfigEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_test_yaml_TestMapValue_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_test_yaml_TestMapValue_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_test_yaml_TestMapValue_MapOfMapEntry_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_test_yaml_TestMapValue_MapOfMapEntry_fieldAccessorTable;
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/test_config.proto\022\ttest.yaml\"\237\001\n\n" +
"TestConfig\022\014\n\004name\030\001 \001(\t\0228\n\nmap_config\030\002" +
" \003(\0132$.test.yaml.TestConfig.MapConfigEnt" +
"ry\032I\n\016MapConfigEntry\022\013\n\003key\030\001 \001(\t\022&\n\005val" +
"ue\030\002 \001(\0132\027.test.yaml.TestMapValue:\0028\001\"\215\001" +
"\n\014TestMapValue\022\021\n\tmap_value\030\001 \001(\t\0229\n\nmap" +
"_of_map\030\002 \003(\0132%.test.yaml.TestMapValue.M" +
"apOfMapEntry\032/\n\rMapOfMapEntry\022\013\n\003key\030\001 \001" +
"(\t\022\r\n\005value\030\002 \001(\t:\0028\001B8\n#com.google.api.",
"tools.framework.yamlB\017TestConfigProtoP\001b" +
"\006proto3"
};
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);
internal_static_test_yaml_TestConfig_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_test_yaml_TestConfig_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_test_yaml_TestConfig_descriptor,
new java.lang.String[] { "Name", "MapConfig", });
internal_static_test_yaml_TestConfig_MapConfigEntry_descriptor =
internal_static_test_yaml_TestConfig_descriptor.getNestedTypes().get(0);
internal_static_test_yaml_TestConfig_MapConfigEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_test_yaml_TestConfig_MapConfigEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_test_yaml_TestMapValue_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_test_yaml_TestMapValue_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_test_yaml_TestMapValue_descriptor,
new java.lang.String[] { "MapValue", "MapOfMap", });
internal_static_test_yaml_TestMapValue_MapOfMapEntry_descriptor =
internal_static_test_yaml_TestMapValue_descriptor.getNestedTypes().get(0);
internal_static_test_yaml_TestMapValue_MapOfMapEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_test_yaml_TestMapValue_MapOfMapEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy