Struct gapi_grpc::google::cloud::securitycenter::v1::list_findings_response::ListFindingsResult[][src]

pub struct ListFindingsResult {
    pub finding: Option<Finding>,
    pub state_change: i32,
    pub resource: Option<Resource>,
}

Result containing the Finding and its StateChange.

Fields

finding: Option<Finding>

Finding matching the search request.

state_change: i32

State change of the finding between the points in time.

resource: Option<Resource>

Output only. Resource that is associated with this finding.

Implementations

impl ListFindingsResult[src]

pub fn state_change(&self) -> StateChange[src]

Returns the enum value of state_change, or the default if the field is set to an invalid enum value.

pub fn set_state_change(&mut self, value: StateChange)[src]

Sets state_change to the provided enum value.

Trait Implementations

impl Clone for ListFindingsResult[src]

impl Debug for ListFindingsResult[src]

impl Default for ListFindingsResult[src]

impl Message for ListFindingsResult[src]

impl PartialEq<ListFindingsResult> for ListFindingsResult[src]

impl StructuralPartialEq for ListFindingsResult[src]

Auto Trait Implementations

impl RefUnwindSafe for ListFindingsResult

impl Send for ListFindingsResult

impl Sync for ListFindingsResult

impl Unpin for ListFindingsResult

impl UnwindSafe for ListFindingsResult

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]