org.hyperledger.fabric.protos.peer.PutStateMetadataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/chaincode_shim.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface PutStateMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.PutStateMetadata)
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();
/**
* 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();
/**
* .protos.StateMetadata metadata = 4 [json_name = "metadata"];
* @return Whether the metadata field is set.
*/
boolean hasMetadata();
/**
* .protos.StateMetadata metadata = 4 [json_name = "metadata"];
* @return The metadata.
*/
org.hyperledger.fabric.protos.peer.StateMetadata getMetadata();
/**
* .protos.StateMetadata metadata = 4 [json_name = "metadata"];
*/
org.hyperledger.fabric.protos.peer.StateMetadataOrBuilder getMetadataOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy