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

com.google.api.SystemParameterOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/system_parameter.proto

package com.google.api;

public interface SystemParameterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.SystemParameter)
    com.google.proto4pingcap.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; */ com.google.proto4pingcap.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; */ com.google.proto4pingcap.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; */ com.google.proto4pingcap.ByteString getUrlQueryParameterBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy