Struct gapi_grpc::google::devtools::cloudbuild::v1::GitHubEventsConfig [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,