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

io.provenance.metadata.v1.InputSpecificationOrBuilder Maven / Gradle / Ivy

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

package io.provenance.metadata.v1;

public interface InputSpecificationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.InputSpecification)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * name for this input
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * name for this input
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * a type_name (typically a proto name or class_name)
   * 
* * string type_name = 2 [(.gogoproto.moretags) = "yaml:\"type_name\""]; */ java.lang.String getTypeName(); /** *
   * a type_name (typically a proto name or class_name)
   * 
* * string type_name = 2 [(.gogoproto.moretags) = "yaml:\"type_name\""]; */ com.google.protobuf.ByteString getTypeNameBytes(); /** *
   * the address of a record on chain (For Established Records)
   * 
* * bytes record_id = 3 [(.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"record_id\""]; */ com.google.protobuf.ByteString getRecordId(); /** *
   * the hash of an off-chain piece of information (For Proposed Records)
   * 
* * string hash = 4; */ java.lang.String getHash(); /** *
   * the hash of an off-chain piece of information (For Proposed Records)
   * 
* * string hash = 4; */ com.google.protobuf.ByteString getHashBytes(); public io.provenance.metadata.v1.InputSpecification.SourceCase getSourceCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy