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

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

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

package com.google.api;

public interface HttpOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.Http)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .google.api.HttpRule rules = 1;
   *
   * 
   * A list of HTTP rules for configuring the HTTP REST API methods.
   * 
*/ java.util.List getRulesList(); /** * repeated .google.api.HttpRule rules = 1; * *
   * A list of HTTP rules for configuring the HTTP REST API methods.
   * 
*/ com.google.api.HttpRule getRules(int index); /** * repeated .google.api.HttpRule rules = 1; * *
   * A list of HTTP rules for configuring the HTTP REST API methods.
   * 
*/ int getRulesCount(); /** * repeated .google.api.HttpRule rules = 1; * *
   * A list of HTTP rules for configuring the HTTP REST API methods.
   * 
*/ java.util.List getRulesOrBuilderList(); /** * repeated .google.api.HttpRule rules = 1; * *
   * A list of HTTP rules for configuring the HTTP REST API methods.
   * 
*/ com.google.api.HttpRuleOrBuilder getRulesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy