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

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

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

package io.provenance.metadata.v1;

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

  /**
   * 
   * scope_specification is the wrapped scope specification.
   * 
* * .provenance.metadata.v1.ScopeSpecificationWrapper scope_specification = 1 [(.gogoproto.moretags) = "yaml:\"scope_specification\""]; */ boolean hasScopeSpecification(); /** *
   * scope_specification is the wrapped scope specification.
   * 
* * .provenance.metadata.v1.ScopeSpecificationWrapper scope_specification = 1 [(.gogoproto.moretags) = "yaml:\"scope_specification\""]; */ io.provenance.metadata.v1.ScopeSpecificationWrapper getScopeSpecification(); /** *
   * scope_specification is the wrapped scope specification.
   * 
* * .provenance.metadata.v1.ScopeSpecificationWrapper scope_specification = 1 [(.gogoproto.moretags) = "yaml:\"scope_specification\""]; */ io.provenance.metadata.v1.ScopeSpecificationWrapperOrBuilder getScopeSpecificationOrBuilder(); /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.ScopeSpecificationRequest request = 98; */ boolean hasRequest(); /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.ScopeSpecificationRequest request = 98; */ io.provenance.metadata.v1.ScopeSpecificationRequest getRequest(); /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.ScopeSpecificationRequest request = 98; */ io.provenance.metadata.v1.ScopeSpecificationRequestOrBuilder getRequestOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy