org.hyperledger.fabric.protos.peer.lifecycle.StateDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/lifecycle/db.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer.lifecycle;
public interface StateDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.StateData)
com.google.protobuf.MessageOrBuilder {
/**
* int64 Int64 = 1 [json_name = "Int64"];
* @return Whether the int64 field is set.
*/
boolean hasInt64();
/**
* int64 Int64 = 1 [json_name = "Int64"];
* @return The int64.
*/
long getInt64();
/**
* bytes Bytes = 2 [json_name = "Bytes"];
* @return Whether the bytes field is set.
*/
boolean hasBytes();
/**
* bytes Bytes = 2 [json_name = "Bytes"];
* @return The bytes.
*/
com.google.protobuf.ByteString getBytes();
/**
* string String = 3 [json_name = "String"];
* @return Whether the string field is set.
*/
boolean hasString();
/**
* string String = 3 [json_name = "String"];
* @return The string.
*/
java.lang.String getString();
/**
* string String = 3 [json_name = "String"];
* @return The bytes for string.
*/
com.google.protobuf.ByteString
getStringBytes();
org.hyperledger.fabric.protos.peer.lifecycle.StateData.TypeCase getTypeCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy