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

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

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/query.proto

package org.hyperledger.fabric.protos.peer;

public interface ChannelInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.ChannelInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string channel_id = 1 [json_name = "channelId"];
   * @return The channelId.
   */
  java.lang.String getChannelId();
  /**
   * string channel_id = 1 [json_name = "channelId"];
   * @return The bytes for channelId.
   */
  com.google.protobuf.ByteString
      getChannelIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy