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

org.hyperledger.fabric.protos.gossip.SecretOrBuilder 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 SecretOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gossip.Secret)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string internalEndpoint = 1 [json_name = "internalEndpoint"];
   * @return Whether the internalEndpoint field is set.
   */
  boolean hasInternalEndpoint();
  /**
   * string internalEndpoint = 1 [json_name = "internalEndpoint"];
   * @return The internalEndpoint.
   */
  java.lang.String getInternalEndpoint();
  /**
   * string internalEndpoint = 1 [json_name = "internalEndpoint"];
   * @return The bytes for internalEndpoint.
   */
  com.google.protobuf.ByteString
      getInternalEndpointBytes();

  org.hyperledger.fabric.protos.gossip.Secret.ContentCase getContentCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy