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

io.provenance.metadata.v1.OSLocatorParamsResponseOrBuilder 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 OSLocatorParamsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.OSLocatorParamsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * params defines the parameters of the module.
   * 
* * .provenance.metadata.v1.OSLocatorParams params = 1 [(.gogoproto.nullable) = false]; */ boolean hasParams(); /** *
   * params defines the parameters of the module.
   * 
* * .provenance.metadata.v1.OSLocatorParams params = 1 [(.gogoproto.nullable) = false]; */ io.provenance.metadata.v1.OSLocatorParams getParams(); /** *
   * params defines the parameters of the module.
   * 
* * .provenance.metadata.v1.OSLocatorParams params = 1 [(.gogoproto.nullable) = false]; */ io.provenance.metadata.v1.OSLocatorParamsOrBuilder getParamsOrBuilder(); /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.OSLocatorParamsRequest request = 98; */ boolean hasRequest(); /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.OSLocatorParamsRequest request = 98; */ io.provenance.metadata.v1.OSLocatorParamsRequest getRequest(); /** *
   * request is a copy of the request that generated these results.
   * 
* * .provenance.metadata.v1.OSLocatorParamsRequest request = 98; */ io.provenance.metadata.v1.OSLocatorParamsRequestOrBuilder getRequestOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy