All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.metadata.v0.RecordOrBuilder 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 RecordOrBuilder extends
    // @@protoc_insertion_point(interface_extends:scope.Record)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * ConsiderationSpec.func_name <--> ConsiderationProto.consideration_name (method on the classname below that
   * generated this)
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * ConsiderationSpec.func_name <--> ConsiderationProto.consideration_name (method on the classname below that
   * generated this)
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * ConsiderationSpec.outputSpec.spec.resourceLocation.ref.hash (this is the hash of the consideration which generated
   * the record, see also result_hash)
   * 
* * string hash = 2; */ java.lang.String getHash(); /** *
   * ConsiderationSpec.outputSpec.spec.resourceLocation.ref.hash (this is the hash of the consideration which generated
   * the record, see also result_hash)
   * 
* * string hash = 2; */ com.google.protobuf.ByteString getHashBytes(); /** *
   * ContractSpec.definition.resourceLocation.classname (class that contains the method 'name' as given above)
   * 
* * string classname = 3; */ java.lang.String getClassname(); /** *
   * ContractSpec.definition.resourceLocation.classname (class that contains the method 'name' as given above)
   * 
* * string classname = 3; */ com.google.protobuf.ByteString getClassnameBytes(); /** *
   * ConsiderationProto.inputs for reference with ConsiderationSpec.input_spec for type
   * 
* * repeated .scope.RecordInput inputs = 4; */ java.util.List getInputsList(); /** *
   * ConsiderationProto.inputs for reference with ConsiderationSpec.input_spec for type
   * 
* * repeated .scope.RecordInput inputs = 4; */ io.provenance.metadata.v0.RecordInput getInputs(int index); /** *
   * ConsiderationProto.inputs for reference with ConsiderationSpec.input_spec for type
   * 
* * repeated .scope.RecordInput inputs = 4; */ int getInputsCount(); /** *
   * ConsiderationProto.inputs for reference with ConsiderationSpec.input_spec for type
   * 
* * repeated .scope.RecordInput inputs = 4; */ java.util.List getInputsOrBuilderList(); /** *
   * ConsiderationProto.inputs for reference with ConsiderationSpec.input_spec for type
   * 
* * repeated .scope.RecordInput inputs = 4; */ io.provenance.metadata.v0.RecordInputOrBuilder getInputsOrBuilder( int index); /** *
   * ConsiderationProto.result.result      (indicates SKIP [not allowed], PASS, or FAIL result)
   * 
* * .contract.ExecutionResultType result = 5; */ int getResultValue(); /** *
   * ConsiderationProto.result.result      (indicates SKIP [not allowed], PASS, or FAIL result)
   * 
* * .contract.ExecutionResultType result = 5; */ io.provenance.metadata.v0.ExecutionResultType getResult(); /** *
   * ConsiderationProto.result.output.name
   * 
* * string result_name = 6; */ java.lang.String getResultName(); /** *
   * ConsiderationProto.result.output.name
   * 
* * string result_name = 6; */ com.google.protobuf.ByteString getResultNameBytes(); /** *
   * ConsiderationProto.result.output.hash (the hash of the data output from the consideration)
   * 
* * string result_hash = 7; */ java.lang.String getResultHash(); /** *
   * ConsiderationProto.result.output.hash (the hash of the data output from the consideration)
   * 
* * string result_hash = 7; */ com.google.protobuf.ByteString getResultHashBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy