Struct google_sourcerepo1::ProjectConfig[][src]

pub struct ProjectConfig {
    pub enable_private_key_check: Option<bool>,
    pub name: Option<String>,
    pub pubsub_configs: Option<HashMap<String, PubsubConfig>>,
}

Cloud Source Repositories configuration of a project.

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

Reject a Git push that contains a private key.

The name of the project. Values are of the form projects/<project>.

How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names.

Trait Implementations

impl Default for ProjectConfig
[src]

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

impl Clone for ProjectConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProjectConfig
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ProjectConfig
[src]

Auto Trait Implementations