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 control environment to use.
    com.google.protobuf.ByteString
    The service control environment to use.

    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 control environment to use. If empty, no control plane
       feature (like quota and billing) will be enabled.
       
      string environment = 1;
      Returns:
      The environment.
    • getEnvironmentBytes

      com.google.protobuf.ByteString getEnvironmentBytes()
       The service control environment to use. If empty, no control plane
       feature (like quota and billing) will be enabled.
       
      string environment = 1;
      Returns:
      The bytes for environment.