Package com.google.api
Interface ControlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Control,Control.Builder
public interface ControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe service controller environment to use.com.google.protobuf.ByteStringThe service controller environment to use.getMethodPolicies(int index) Defines policies applying to the API methods of the service.intDefines policies applying to the API methods of the service.Defines policies applying to the API methods of the service.getMethodPoliciesOrBuilder(int index) Defines policies applying to the API methods of the service.List<? extends MethodPolicyOrBuilder>Defines policies applying to the API methods of the service.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEnvironment
String getEnvironment()The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
string environment = 1;- Returns:
- The environment.
-
getEnvironmentBytes
com.google.protobuf.ByteString getEnvironmentBytes()The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
string environment = 1;- Returns:
- The bytes for environment.
-
getMethodPoliciesList
List<MethodPolicy> getMethodPoliciesList()Defines policies applying to the API methods of the service.
repeated .google.api.MethodPolicy method_policies = 4; -
getMethodPolicies
Defines policies applying to the API methods of the service.
repeated .google.api.MethodPolicy method_policies = 4; -
getMethodPoliciesCount
int getMethodPoliciesCount()Defines policies applying to the API methods of the service.
repeated .google.api.MethodPolicy method_policies = 4; -
getMethodPoliciesOrBuilderList
List<? extends MethodPolicyOrBuilder> getMethodPoliciesOrBuilderList()Defines policies applying to the API methods of the service.
repeated .google.api.MethodPolicy method_policies = 4; -
getMethodPoliciesOrBuilder
Defines policies applying to the API methods of the service.
repeated .google.api.MethodPolicy method_policies = 4;
-