All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sawtooth.sdk.protobuf.ClientStatus Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

There is a newer version: v0.1.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: client_status.proto

package sawtooth.sdk.protobuf;

public final class ClientStatus {
  private ClientStatus() {}
  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_ClientStatusGetRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_ClientStatusGetRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ClientStatusGetResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_ClientStatusGetResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_ClientStatusGetResponse_Peer_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_ClientStatusGetResponse_Peer_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\023client_status.proto\"\030\n\026ClientStatusGet" +
      "Request\"\323\001\n\027ClientStatusGetResponse\022/\n\006s" +
      "tatus\030\001 \001(\0162\037.ClientStatusGetResponse.St" +
      "atus\022,\n\005peers\030\002 \003(\0132\035.ClientStatusGetRes" +
      "ponse.Peer\022\020\n\010endpoint\030\003 \001(\t\032\030\n\004Peer\022\020\n\010" +
      "endpoint\030\001 \001(\t\"-\n\006Status\022\020\n\014STATUS_UNSET" +
      "\020\000\022\006\n\002OK\020\001\022\t\n\005ERROR\020\002B(\n\025sawtooth.sdk.pr" +
      "otobufP\001Z\rclient_statusb\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_ClientStatusGetRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_ClientStatusGetRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_ClientStatusGetRequest_descriptor,
        new java.lang.String[] { });
    internal_static_ClientStatusGetResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_ClientStatusGetResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_ClientStatusGetResponse_descriptor,
        new java.lang.String[] { "Status", "Peers", "Endpoint", });
    internal_static_ClientStatusGetResponse_Peer_descriptor =
      internal_static_ClientStatusGetResponse_descriptor.getNestedTypes().get(0);
    internal_static_ClientStatusGetResponse_Peer_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_ClientStatusGetResponse_Peer_descriptor,
        new java.lang.String[] { "Endpoint", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy