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

org.hyperledger.fabric.protos.peer.ConfigurationProto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/configuration.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.peer;

public final class ConfigurationProto {
  private ConfigurationProto() {}
  static {
    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
      /* major= */ 4,
      /* minor= */ 28,
      /* patch= */ 2,
      /* suffix= */ "",
      ConfigurationProto.class.getName());
  }
  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_protos_AnchorPeers_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_protos_AnchorPeers_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_AnchorPeer_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_protos_AnchorPeer_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_APIResource_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_protos_APIResource_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ACLs_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_protos_ACLs_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ACLs_AclsEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_protos_ACLs_AclsEntry_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\030peer/configuration.proto\022\006protos\"D\n\013An" +
      "chorPeers\0225\n\014anchor_peers\030\001 \003(\0132\022.protos" +
      ".AnchorPeerR\013anchorPeers\"4\n\nAnchorPeer\022\022" +
      "\n\004host\030\001 \001(\tR\004host\022\022\n\004port\030\002 \001(\005R\004port\"," +
      "\n\013APIResource\022\035\n\npolicy_ref\030\001 \001(\tR\tpolic" +
      "yRef\"\200\001\n\004ACLs\022*\n\004acls\030\001 \003(\0132\026.protos.ACL" +
      "s.AclsEntryR\004acls\032L\n\tAclsEntry\022\020\n\003key\030\001 " +
      "\001(\tR\003key\022)\n\005value\030\002 \001(\0132\023.protos.APIReso" +
      "urceR\005value:\0028\001B\244\001\n\"org.hyperledger.fabr" +
      "ic.protos.peerB\022ConfigurationProtoP\001Z2gi" +
      "thub.com/hyperledger/fabric-protos-go-ap" +
      "iv2/peer\242\002\003PXX\252\002\006Protos\312\002\006Protos\342\002\022Proto" +
      "s\\GPBMetadata\352\002\006Protosb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_protos_AnchorPeers_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_protos_AnchorPeers_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_protos_AnchorPeers_descriptor,
        new java.lang.String[] { "AnchorPeers", });
    internal_static_protos_AnchorPeer_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_protos_AnchorPeer_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_protos_AnchorPeer_descriptor,
        new java.lang.String[] { "Host", "Port", });
    internal_static_protos_APIResource_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_protos_APIResource_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_protos_APIResource_descriptor,
        new java.lang.String[] { "PolicyRef", });
    internal_static_protos_ACLs_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_protos_ACLs_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_protos_ACLs_descriptor,
        new java.lang.String[] { "Acls", });
    internal_static_protos_ACLs_AclsEntry_descriptor =
      internal_static_protos_ACLs_descriptor.getNestedTypes().get(0);
    internal_static_protos_ACLs_AclsEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_protos_ACLs_AclsEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    descriptor.resolveAllFeaturesImmutable();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy