main.com.connectrpc.google.rpc.StatusProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connect-kotlin-google-java-ext Show documentation
Show all versions of connect-kotlin-google-java-ext Show documentation
Simple, reliable, interoperable. A better RPC.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/status.proto
// Protobuf Java Version: 3.25.1
package com.connectrpc.google.rpc;
public final class StatusProto {
private StatusProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_google_rpc_Status_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_google_rpc_Status_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\027google/rpc/status.proto\022\ngoogle.rpc\032\031g" +
"oogle/protobuf/any.proto\"f\n\006Status\022\022\n\004co" +
"de\030\001 \001(\005R\004code\022\030\n\007message\030\002 \001(\tR\007message" +
"\022.\n\007details\030\003 \003(\0132\024.google.protobuf.AnyR" +
"\007detailsB\255\001\n\031com.connectrpc.google.rpcB\013" +
"StatusProtoP\001Z7google.golang.org/genprot" +
"o/googleapis/rpc/status;status\370\001\001\242\002\003GRX\252" +
"\002\nGoogle.Rpc\312\002\nGoogle\\Rpc\342\002\026Google\\Rpc\\G" +
"PBMetadata\352\002\013Google::Rpcb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.AnyProto.getDescriptor(),
});
internal_static_google_rpc_Status_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_google_rpc_Status_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_rpc_Status_descriptor,
new java.lang.String[] { "Code", "Message", "Details", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}