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

org.hyperledger.fabric.protos.peer.lifecycle.QueryChaincodeDefinitionArgsOrBuilder 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 QueryChaincodeDefinitionArgsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lifecycle.QueryChaincodeDefinitionArgs)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy