Interface BackendOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Backend, Backend.Builder

public interface BackendOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRules(int index)
    A list of API backend rules that apply to individual API methods.
    int
    A list of API backend rules that apply to individual API methods.
    A list of API backend rules that apply to individual API methods.
    getRulesOrBuilder(int index)
    A list of API backend rules that apply to individual API methods.
    A list of API backend rules that apply to individual API methods.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRulesList

      List<BackendRule> getRulesList()
       A list of API backend rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.BackendRule rules = 1;
    • getRules

      BackendRule getRules(int index)
       A list of API backend rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.BackendRule rules = 1;
    • getRulesCount

      int getRulesCount()
       A list of API backend rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.BackendRule rules = 1;
    • getRulesOrBuilderList

      List<? extends BackendRuleOrBuilder> getRulesOrBuilderList()
       A list of API backend rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.BackendRule rules = 1;
    • getRulesOrBuilder

      BackendRuleOrBuilder getRulesOrBuilder(int index)
       A list of API backend rules that apply to individual API methods.
       **NOTE:** All service configuration rules follow "last one wins" order.
       
      repeated .google.api.BackendRule rules = 1;