
io.provenance.metadata.v0.ExecutionResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v0/contract.proto
package io.provenance.metadata.v0;
public interface ExecutionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:contract.ExecutionResult)
com.google.protobuf.MessageOrBuilder {
/**
* .contract.ProposedFact output = 1;
*/
boolean hasOutput();
/**
* .contract.ProposedFact output = 1;
*/
io.provenance.metadata.v0.ProposedFact getOutput();
/**
* .contract.ProposedFact output = 1;
*/
io.provenance.metadata.v0.ProposedFactOrBuilder getOutputOrBuilder();
/**
* .contract.ExecutionResultType result = 2;
*/
int getResultValue();
/**
* .contract.ExecutionResultType result = 2;
*/
io.provenance.metadata.v0.ExecutionResultType getResult();
/**
* .google.protobuf.Timestamp recorded_at = 3 [(.gogoproto.nullable) = false, (.gogoproto.moretags) = "yaml:\"recorded_at\"", (.gogoproto.stdtime) = true];
*/
boolean hasRecordedAt();
/**
* .google.protobuf.Timestamp recorded_at = 3 [(.gogoproto.nullable) = false, (.gogoproto.moretags) = "yaml:\"recorded_at\"", (.gogoproto.stdtime) = true];
*/
com.google.protobuf.Timestamp getRecordedAt();
/**
* .google.protobuf.Timestamp recorded_at = 3 [(.gogoproto.nullable) = false, (.gogoproto.moretags) = "yaml:\"recorded_at\"", (.gogoproto.stdtime) = true];
*/
com.google.protobuf.TimestampOrBuilder getRecordedAtOrBuilder();
/**
* string error_message = 4;
*/
java.lang.String getErrorMessage();
/**
* string error_message = 4;
*/
com.google.protobuf.ByteString
getErrorMessageBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy