com.google.api.HttpOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// 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 extends com.google.api.HttpRuleOrBuilder>
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);
}