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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/chaincode_shim.proto

package org.hyperledger.fabric.protos.peer;

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

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

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

  /**
   * string collection = 3 [json_name = "collection"];
   * @return The collection.
   */
  java.lang.String getCollection();
  /**
   * string collection = 3 [json_name = "collection"];
   * @return The bytes for collection.
   */
  com.google.protobuf.ByteString
      getCollectionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy