lightstep.com.google.api.UsageRuleOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/usage.proto
package lightstep.lightstep.lightstep.com.google.api;
public interface UsageRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.UsageRule)
lightstep.com.lightstep.lightstep.lightstep.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;
*/
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;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getSelectorBytes();
/**
*
* If true, the selected method allows unregistered calls, e.g. calls
* that don't identify any user or application.
*
*
* bool allow_unregistered_calls = 2;
*/
boolean getAllowUnregisteredCalls();
/**
*
* If true, the selected method should skip service control and the control
* plane features, such as quota and billing, will not be available.
* This flag is used by Google Cloud Endpoints to bypass checks for internal
* methods, such as service health check methods.
*
*
* bool skip_service_control = 3;
*/
boolean getSkipServiceControl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy