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

org.hyperledger.fabric.protos.gossip.PeerIdentityOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.gossip;

public interface PeerIdentityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gossip.PeerIdentity)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes pki_id = 1 [json_name = "pkiId"];
   * @return The pkiId.
   */
  com.google.protobuf.ByteString getPkiId();

  /**
   * bytes cert = 2 [json_name = "cert"];
   * @return The cert.
   */
  com.google.protobuf.ByteString getCert();

  /**
   * bytes metadata = 3 [json_name = "metadata"];
   * @return The metadata.
   */
  com.google.protobuf.ByteString getMetadata();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy