![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v0.RecordInputOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v0/scope.proto
package io.provenance.metadata.v0;
public interface RecordInputOrBuilder extends
// @@protoc_insertion_point(interface_extends:scope.RecordInput)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name value included to link back to the definition spec.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Name value included to link back to the definition spec.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* For proposed facts we only have the hash ... for facts this hash maps to something in the input list.
*
*
* string hash = 2;
*/
java.lang.String getHash();
/**
*
* For proposed facts we only have the hash ... for facts this hash maps to something in the input list.
*
*
* string hash = 2;
*/
com.google.protobuf.ByteString
getHashBytes();
/**
*
* from proposed fact structure to unmarshal
*
*
* string classname = 3;
*/
java.lang.String getClassname();
/**
*
* from proposed fact structure to unmarshal
*
*
* string classname = 3;
*/
com.google.protobuf.ByteString
getClassnameBytes();
/**
*
* Indicates if this input was a recorded fact on chain or just a given hashed input
*
*
* .scope.RecordInputType type = 4;
*/
int getTypeValue();
/**
*
* Indicates if this input was a recorded fact on chain or just a given hashed input
*
*
* .scope.RecordInputType type = 4;
*/
io.provenance.metadata.v0.RecordInputType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy