Struct google_servicecontrol1::CheckRequest[][src]

pub struct CheckRequest {
    pub skip_activation_check: Option<bool>,
    pub operation: Option<Operation>,
    pub service_config_id: Option<String>,
    pub request_project_settings: Option<bool>,
}

Request message for the Check method.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Indicates if service activation check should be skipped for this request. Default behavior is to perform the check and apply relevant quota.

The operation to be checked.

Specifies which version of service configuration should be used to process the request.

If unspecified or no matching version can be found, the latest one will be used.

Requests the project settings to be returned as part of the check response.

Trait Implementations

impl Default for CheckRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for CheckRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CheckRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CheckRequest
[src]

Auto Trait Implementations