com.concordium.health.HealthOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of concordium-sdk Show documentation
Show all versions of concordium-sdk Show documentation
An SDK for interacting with the Concordium blockchain
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v2/concordium/health.proto
package com.concordium.health;
public final class HealthOuterClass {
private HealthOuterClass() {}
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_concordium_health_NodeHealthRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_concordium_health_NodeHealthRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_concordium_health_NodeHealthResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_concordium_health_NodeHealthResponse_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\032v2/concordium/health.proto\022\021concordium" +
".health\"\023\n\021NodeHealthRequest\"\024\n\022NodeHeal" +
"thResponse2^\n\006Health\022T\n\005Check\022$.concordi" +
"um.health.NodeHealthRequest\032%.concordium" +
".health.NodeHealthResponseB3\n\025com.concor" +
"dium.healthP\001Z\004./pb\252\002\021Concordium.Healthb" +
"\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_concordium_health_NodeHealthRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_concordium_health_NodeHealthRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_concordium_health_NodeHealthRequest_descriptor,
new java.lang.String[] { });
internal_static_concordium_health_NodeHealthResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_concordium_health_NodeHealthResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_concordium_health_NodeHealthResponse_descriptor,
new java.lang.String[] { });
}
// @@protoc_insertion_point(outer_class_scope)
}