com.google.api.ErrorFormatProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/error.proto
package com.google.api;
public final class ErrorFormatProto {
private ErrorFormatProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
static com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_CustomError_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_api_CustomError_fieldAccessorTable;
static com.google.protobuf.Descriptors.Descriptor
internal_static_google_api_CustomErrorRule_descriptor;
static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_google_api_CustomErrorRule_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\026google/api/error.proto\022\ngoogle.api\"H\n\013" +
"CustomError\022*\n\005rules\030\001 \003(\0132\033.google.api." +
"CustomErrorRule\022\r\n\005types\030\002 \003(\t\"U\n\017Custom" +
"ErrorRule\022\020\n\010selector\030\001 \001(\t\022\031\n\rstubby_br" +
"idge\030\002 \001(\005B\002\030\001\022\025\n\ris_error_type\030\003 \001(\010B\'\n" +
"\016com.google.apiB\020ErrorFormatProtoP\001\370\001\001b\006" +
"proto3"
};
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_api_CustomError_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_api_CustomError_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_api_CustomError_descriptor,
new java.lang.String[] { "Rules", "Types", });
internal_static_google_api_CustomErrorRule_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_google_api_CustomErrorRule_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_api_CustomErrorRule_descriptor,
new java.lang.String[] { "Selector", "StubbyBridge", "IsErrorType", });
}
// @@protoc_insertion_point(outer_class_scope)
}