sawtooth.sdk.protobuf.ClientPeers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sawtooth-sdk-protos Show documentation
Show all versions of sawtooth-sdk-protos Show documentation
"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: client_peers.proto
package sawtooth.sdk.protobuf;
public final class ClientPeers {
private ClientPeers() {}
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_ClientPeersGetRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_ClientPeersGetRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ClientPeersGetResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_ClientPeersGetResponse_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\022client_peers.proto\"\027\n\025ClientPeersGetRe" +
"quest\"\206\001\n\026ClientPeersGetResponse\022.\n\006stat" +
"us\030\001 \001(\0162\036.ClientPeersGetResponse.Status" +
"\022\r\n\005peers\030\002 \003(\t\"-\n\006Status\022\020\n\014STATUS_UNSE" +
"T\020\000\022\006\n\002OK\020\001\022\t\n\005ERROR\020\002B&\n\025sawtooth.sdk.p" +
"rotobufP\001Z\013client_peerb\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_ClientPeersGetRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_ClientPeersGetRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ClientPeersGetRequest_descriptor,
new java.lang.String[] { });
internal_static_ClientPeersGetResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_ClientPeersGetResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_ClientPeersGetResponse_descriptor,
new java.lang.String[] { "Status", "Peers", });
}
// @@protoc_insertion_point(outer_class_scope)
}