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

com.google.api.BackendOrBuilder 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/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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy