class Google::Apis::ServicenetworkingV1::Control

Selects and configures the service controller used by the service. The service controller handles features like abuse, quota, billing, logging, monitoring, etc.

Attributes

environment[RW]

The service control environment to use. If empty, no control plane feature ( like quota and billing) will be enabled. Corresponds to the JSON property `environment` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicenetworking_v1/classes.rb, line 1048
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicenetworking_v1/classes.rb, line 1053
def update!(**args)
  @environment = args[:environment] if args.key?(:environment)
end