com.google.protobuf.StructProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ga4gh Show documentation
Show all versions of ga4gh Show documentation
This repository implements GA4GH schemas
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/google/protobuf/struct.proto
package com.google.protobuf;
public final class StructProto {
private StructProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
static com.google.protobuf.Descriptors.Descriptor
internal_static_google_protobuf_Struct_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_protobuf_Struct_fieldAccessorTable;
static com.google.protobuf.Descriptors.Descriptor
internal_static_google_protobuf_Struct_FieldsEntry_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_protobuf_Struct_FieldsEntry_fieldAccessorTable;
static com.google.protobuf.Descriptors.Descriptor
internal_static_google_protobuf_Value_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_protobuf_Value_fieldAccessorTable;
static com.google.protobuf.Descriptors.Descriptor
internal_static_google_protobuf_ListValue_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_protobuf_ListValue_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\"proto/google/protobuf/struct.proto\022\017go" +
"ogle.protobuf\"\204\001\n\006Struct\0223\n\006fields\030\001 \003(\013" +
"2#.google.protobuf.Struct.FieldsEntry\032E\n" +
"\013FieldsEntry\022\013\n\003key\030\001 \001(\t\022%\n\005value\030\002 \001(\013" +
"2\026.google.protobuf.Value:\0028\001\"\352\001\n\005Value\0220" +
"\n\nnull_value\030\001 \001(\0162\032.google.protobuf.Nul" +
"lValueH\000\022\026\n\014number_value\030\002 \001(\001H\000\022\026\n\014stri" +
"ng_value\030\003 \001(\tH\000\022\024\n\nbool_value\030\004 \001(\010H\000\022/" +
"\n\014struct_value\030\005 \001(\0132\027.google.protobuf.S" +
"tructH\000\0220\n\nlist_value\030\006 \001(\0132\032.google.pro",
"tobuf.ListValueH\000B\006\n\004kind\"3\n\tListValue\022&" +
"\n\006values\030\001 \003(\0132\026.google.protobuf.Value*\033" +
"\n\tNullValue\022\016\n\nNULL_VALUE\020\000B\'\n\023com.googl" +
"e.protobufB\013StructProtoP\001\240\001\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_google_protobuf_Struct_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_protobuf_Struct_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_protobuf_Struct_descriptor,
new java.lang.String[] { "Fields", });
internal_static_google_protobuf_Struct_FieldsEntry_descriptor =
internal_static_google_protobuf_Struct_descriptor.getNestedTypes().get(0);
internal_static_google_protobuf_Struct_FieldsEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_protobuf_Struct_FieldsEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_google_protobuf_Value_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_google_protobuf_Value_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_protobuf_Value_descriptor,
new java.lang.String[] { "NullValue", "NumberValue", "StringValue", "BoolValue", "StructValue", "ListValue", "Kind", });
internal_static_google_protobuf_ListValue_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_google_protobuf_ListValue_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_protobuf_ListValue_descriptor,
new java.lang.String[] { "Values", });
}
// @@protoc_insertion_point(outer_class_scope)
}