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

nl.topicus.jdbc.shaded.com.google.api.SystemParameterOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/system_parameter.proto

package nl.topicus.jdbc.shaded.com.google.api;

public interface SystemParameterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.SystemParameter)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Define the name of the parameter, such as "api_key" . It is case sensitive.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Define the name of the parameter, such as "api_key" . It is case sensitive.
   * 
* * string name = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes(); /** *
   * Define the HTTP header name to use for the parameter. It is case
   * insensitive.
   * 
* * string http_header = 2; */ java.lang.String getHttpHeader(); /** *
   * Define the HTTP header name to use for the parameter. It is case
   * insensitive.
   * 
* * string http_header = 2; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getHttpHeaderBytes(); /** *
   * Define the URL query parameter name to use for the parameter. It is case
   * sensitive.
   * 
* * string url_query_parameter = 3; */ java.lang.String getUrlQueryParameter(); /** *
   * Define the URL query parameter name to use for the parameter. It is case
   * sensitive.
   * 
* * string url_query_parameter = 3; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getUrlQueryParameterBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy