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

pub struct ListUptimeCheckIpsResponse {
    pub uptime_check_ips: Vec<UptimeCheckIp>,
    pub next_page_token: String,
}

The protocol for the ListUptimeCheckIps response.

Fields

uptime_check_ips: Vec<UptimeCheckIp>

The returned list of IP addresses (including region and location) that the checkers run from.

next_page_token: String

This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message’s page_token field). NOTE: this field is not yet implemented

Trait Implementations

impl Clone for ListUptimeCheckIpsResponse[src]

impl Debug for ListUptimeCheckIpsResponse[src]

impl Default for ListUptimeCheckIpsResponse[src]

impl Message for ListUptimeCheckIpsResponse[src]

impl PartialEq<ListUptimeCheckIpsResponse> for ListUptimeCheckIpsResponse[src]

impl StructuralPartialEq for ListUptimeCheckIpsResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ListUptimeCheckIpsResponse

impl Send for ListUptimeCheckIpsResponse

impl Sync for ListUptimeCheckIpsResponse

impl Unpin for ListUptimeCheckIpsResponse

impl UnwindSafe for ListUptimeCheckIpsResponse

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]