Struct gapi_grpc::google::api::servicemanagement::v1::GenerateConfigReportRequest[][src]

pub struct GenerateConfigReportRequest {
    pub new_config: Option<Any>,
    pub old_config: Option<Any>,
}

Request message for GenerateConfigReport method.

Fields

new_config: Option<Any>

Required. Service configuration for which we want to generate the report. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]

old_config: Option<Any>

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]

Trait Implementations

impl Clone for GenerateConfigReportRequest[src]

impl Debug for GenerateConfigReportRequest[src]

impl Default for GenerateConfigReportRequest[src]

impl Message for GenerateConfigReportRequest[src]

impl PartialEq<GenerateConfigReportRequest> for GenerateConfigReportRequest[src]

impl StructuralPartialEq for GenerateConfigReportRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GenerateConfigReportRequest

impl Send for GenerateConfigReportRequest

impl Sync for GenerateConfigReportRequest

impl Unpin for GenerateConfigReportRequest

impl UnwindSafe for GenerateConfigReportRequest

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]