Struct gapi_grpc::google::devtools::cloudbuild::v1::GitHubEventsConfig[][src]

pub struct GitHubEventsConfig {
    pub installation_id: i64,
    pub owner: String,
    pub name: String,
    pub event: Option<Event>,
}

GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received.

This message is experimental.

Fields

installation_id: i64

The installationID that emits the GitHub event.

owner: String

Owner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud-builders is “googlecloudplatform”.

name: String

Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is “cloud-builders”.

event: Option<Event>

Filter describing the types of events to trigger a build. Currently supported event types: push, pull_request.

Trait Implementations

impl Clone for GitHubEventsConfig[src]

impl Debug for GitHubEventsConfig[src]

impl Default for GitHubEventsConfig[src]

impl Message for GitHubEventsConfig[src]

impl PartialEq<GitHubEventsConfig> for GitHubEventsConfig[src]

impl StructuralPartialEq for GitHubEventsConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for GitHubEventsConfig

impl Send for GitHubEventsConfig

impl Sync for GitHubEventsConfig

impl Unpin for GitHubEventsConfig

impl UnwindSafe for GitHubEventsConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]