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

com.google.api.UsageRuleOrBuilder 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/usage.proto

package com.google.api;

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

  /**
   * optional string selector = 1;
   *
   * 
   * Selects the methods to which this rule applies. Use '*' to indicate all
   * methods in all APIs.
   * Refer to [selector][DocumentationRule.selector] for syntax details.
   * 
*/ java.lang.String getSelector(); /** * optional string selector = 1; * *
   * Selects the methods to which this rule applies. Use '*' to indicate all
   * methods in all APIs.
   * Refer to [selector][DocumentationRule.selector] for syntax details.
   * 
*/ com.google.protobuf.ByteString getSelectorBytes(); /** * optional bool allow_unregistered_calls = 2; * *
   * True, if the method allows unregistered calls; false otherwise.
   * 
*/ boolean getAllowUnregisteredCalls(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy