io.provenance.metadata.v1.RecordOutputOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/scope.proto
package io.provenance.metadata.v1;
public interface RecordOutputOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.RecordOutput)
com.google.protobuf.MessageOrBuilder {
/**
*
* Hash of the data output that was output/generated for this record
*
*
* string hash = 1;
*/
java.lang.String getHash();
/**
*
* Hash of the data output that was output/generated for this record
*
*
* string hash = 1;
*/
com.google.protobuf.ByteString
getHashBytes();
/**
*
* Status of the process execution associated with this output indicating success,failure, or pending
*
*
* .provenance.metadata.v1.ResultStatus status = 2;
*/
int getStatusValue();
/**
*
* Status of the process execution associated with this output indicating success,failure, or pending
*
*
* .provenance.metadata.v1.ResultStatus status = 2;
*/
io.provenance.metadata.v1.ResultStatus getStatus();
}