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

io.provenance.metadata.v1.p8e.ConsiderationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/metadata/v1/p8e/p8e.proto

package io.provenance.metadata.v1.p8e;

public interface ConsiderationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.p8e.Consideration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string consideration_name = 1;
   */
  java.lang.String getConsiderationName();
  /**
   * string consideration_name = 1;
   */
  com.google.protobuf.ByteString
      getConsiderationNameBytes();

  /**
   * 
   * Data pushed to a consideration that will ultimately match the output_spec of the consideration
   * 
* * repeated .provenance.metadata.v1.p8e.ProposedFact inputs = 2; */ java.util.List getInputsList(); /** *
   * Data pushed to a consideration that will ultimately match the output_spec of the consideration
   * 
* * repeated .provenance.metadata.v1.p8e.ProposedFact inputs = 2; */ io.provenance.metadata.v1.p8e.ProposedFact getInputs(int index); /** *
   * Data pushed to a consideration that will ultimately match the output_spec of the consideration
   * 
* * repeated .provenance.metadata.v1.p8e.ProposedFact inputs = 2; */ int getInputsCount(); /** *
   * Data pushed to a consideration that will ultimately match the output_spec of the consideration
   * 
* * repeated .provenance.metadata.v1.p8e.ProposedFact inputs = 2; */ java.util.List getInputsOrBuilderList(); /** *
   * Data pushed to a consideration that will ultimately match the output_spec of the consideration
   * 
* * repeated .provenance.metadata.v1.p8e.ProposedFact inputs = 2; */ io.provenance.metadata.v1.p8e.ProposedFactOrBuilder getInputsOrBuilder( int index); /** * .provenance.metadata.v1.p8e.ExecutionResult result = 3; */ boolean hasResult(); /** * .provenance.metadata.v1.p8e.ExecutionResult result = 3; */ io.provenance.metadata.v1.p8e.ExecutionResult getResult(); /** * .provenance.metadata.v1.p8e.ExecutionResult result = 3; */ io.provenance.metadata.v1.p8e.ExecutionResultOrBuilder getResultOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy