Struct gapi_grpc::google::devtools::build::v1::PublishBuildToolEventStreamRequest[][src]

pub struct PublishBuildToolEventStreamRequest {
    pub ordered_build_event: Option<OrderedBuildEvent>,
    pub notification_keywords: Vec<String>,
    pub project_id: String,
}

Streaming request message for PublishBuildToolEventStream.

Fields

ordered_build_event: Option<OrderedBuildEvent>

Required. The build event with position info. New publishing clients should use this field rather than the 3 above.

notification_keywords: Vec<String>

The keywords to be attached to the notification which notifies the start of a new build event stream. BES only reads this field when sequence_number or ordered_build_event.sequence_number is 1 in this message. If this field is empty, BES will not publish notification messages for this stream.

project_id: String

Required. The project this build is associated with. This should match the project used for the initial call to PublishLifecycleEvent (containing a BuildEnqueued message).

Trait Implementations

impl Clone for PublishBuildToolEventStreamRequest[src]

impl Debug for PublishBuildToolEventStreamRequest[src]

impl Default for PublishBuildToolEventStreamRequest[src]

impl Message for PublishBuildToolEventStreamRequest[src]

impl PartialEq<PublishBuildToolEventStreamRequest> for PublishBuildToolEventStreamRequest[src]

impl StructuralPartialEq for PublishBuildToolEventStreamRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for PublishBuildToolEventStreamRequest

impl Send for PublishBuildToolEventStreamRequest

impl Sync for PublishBuildToolEventStreamRequest

impl Unpin for PublishBuildToolEventStreamRequest

impl UnwindSafe for PublishBuildToolEventStreamRequest

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]