GoogleApi.ServiceNetworking.V1.Model.Control (google_api_service_networking v0.40.0)
View SourceSelects and configures the service controller used by the service. Example: control: environment: servicecontrol.googleapis.com
Attributes
-
environment(type:String.t, default:nil) - 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 -
methodPolicies(type:list(GoogleApi.ServiceNetworking.V1.Model.MethodPolicy.t), default:nil) - Defines policies applying to the API methods of the service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.Control{ environment: String.t() | nil, methodPolicies: [GoogleApi.ServiceNetworking.V1.Model.MethodPolicy.t()] | nil }