Struct gapi_grpc::google::monitoring::v3::GetServiceLevelObjectiveRequest[][src]

pub struct GetServiceLevelObjectiveRequest {
    pub name: String,
    pub view: i32,
}

The GetServiceLevelObjective request.

Fields

name: String

Required. Resource name of the ServiceLevelObjective to get. The format is:

projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
view: i32

View of the ServiceLevelObjective to return. If DEFAULT, return the ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

Implementations

impl GetServiceLevelObjectiveRequest[src]

pub fn view(&self) -> View[src]

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

pub fn set_view(&mut self, value: View)[src]

Sets view to the provided enum value.

Trait Implementations

impl Clone for GetServiceLevelObjectiveRequest[src]

impl Debug for GetServiceLevelObjectiveRequest[src]

impl Default for GetServiceLevelObjectiveRequest[src]

impl Message for GetServiceLevelObjectiveRequest[src]

impl PartialEq<GetServiceLevelObjectiveRequest> for GetServiceLevelObjectiveRequest[src]

impl StructuralPartialEq for GetServiceLevelObjectiveRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetServiceLevelObjectiveRequest

impl Send for GetServiceLevelObjectiveRequest

impl Sync for GetServiceLevelObjectiveRequest

impl Unpin for GetServiceLevelObjectiveRequest

impl UnwindSafe for GetServiceLevelObjectiveRequest

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]