class Google::Apis::ServicenetworkingV1beta::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_v1beta/classes.rb, line 887 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_v1beta/classes.rb, line 892 def update!(**args) @environment = args[:environment] if args.key?(:environment) end