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