com.google.api.BackendOrBuilder 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/backend.proto
package com.google.api;
public interface BackendOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Backend)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .google.api.BackendRule rules = 1;
*
*
* A list of backend rules providing configuration for individual API
* elements.
*
*/
java.util.List
getRulesList();
/**
* repeated .google.api.BackendRule rules = 1;
*
*
* A list of backend rules providing configuration for individual API
* elements.
*
*/
com.google.api.BackendRule getRules(int index);
/**
* repeated .google.api.BackendRule rules = 1;
*
*
* A list of backend rules providing configuration for individual API
* elements.
*
*/
int getRulesCount();
/**
* repeated .google.api.BackendRule rules = 1;
*
*
* A list of backend rules providing configuration for individual API
* elements.
*
*/
java.util.List extends com.google.api.BackendRuleOrBuilder>
getRulesOrBuilderList();
/**
* repeated .google.api.BackendRule rules = 1;
*
*
* A list of backend rules providing configuration for individual API
* elements.
*
*/
com.google.api.BackendRuleOrBuilder getRulesOrBuilder(
int index);
}