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

org.hyperledger.fabric.protos.peer.lifecycle.QueryApprovedChaincodeDefinitionArgsOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.peer.lifecycle;

public interface QueryApprovedChaincodeDefinitionArgsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lifecycle.QueryApprovedChaincodeDefinitionArgs)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * int64 sequence = 2 [json_name = "sequence"];
   * @return The sequence.
   */
  long getSequence();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy