Struct gapi_grpc::google::cloud::vpcaccess::v1::CreateConnectorRequest[][src]

pub struct CreateConnectorRequest {
    pub parent: String,
    pub connector_id: String,
    pub connector: Option<Connector>,
}
[]

Request for creating a Serverless VPC Access connector.

Fields

parent: String
[]

Required. The project and location in which the configuration should be created, specified in the format projects/*/locations/*.

connector_id: String
[]

Required. The ID to use for this connector.

connector: Option<Connector>
[]

Required. Resource to create.

Trait Implementations

impl Clone for CreateConnectorRequest[src][+]

impl Debug for CreateConnectorRequest[src][+]

impl Default for CreateConnectorRequest[src][+]

impl Message for CreateConnectorRequest[src][+]

impl PartialEq<CreateConnectorRequest> for CreateConnectorRequest[src][+]

impl StructuralPartialEq for CreateConnectorRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateConnectorRequest

impl Send for CreateConnectorRequest

impl Sync for CreateConnectorRequest

impl Unpin for CreateConnectorRequest

impl UnwindSafe for CreateConnectorRequest

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][+]