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

nl.topicus.jdbc.shaded.com.google.api.UsageRuleOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/usage.proto

package nl.topicus.jdbc.shaded.com.google.api;

public interface UsageRuleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.UsageRule)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Selects the methods to which this rule applies. Use '*' to indicate all
   * methods in all APIs.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ java.lang.String getSelector(); /** *
   * Selects the methods to which this rule applies. Use '*' to indicate all
   * methods in all APIs.
   * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
   * 
* * string selector = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getSelectorBytes(); /** *
   * True, if the method allows unregistered calls; false otherwise.
   * 
* * bool allow_unregistered_calls = 2; */ boolean getAllowUnregisteredCalls(); /** *
   * True, if the method should skip service control. If so, no control plane
   * feature (like quota and billing) will be enabled.
   * 
* * bool skip_service_control = 3; */ boolean getSkipServiceControl(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy