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 Type
    Method
    Description
    The service controller environment to use.
    com.google.protobuf.ByteString
    The service controller environment to use.
    getMethodPolicies(int index)
    Defines policies applying to the API methods of the service.
    int
    Defines policies applying to the API methods of the service.
    Defines policies applying to the API methods of the service.
    Defines policies applying to the API methods of the service.
    Defines policies applying to the API methods of the service.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      MethodPolicy getMethodPolicies(int index)
       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

      MethodPolicyOrBuilder getMethodPoliciesOrBuilder(int index)
       Defines policies applying to the API methods of the service.
       
      repeated .google.api.MethodPolicy method_policies = 4;