Struct gapi_grpc::google::cloud::resourcemanager::v3::CreateProjectRequest[][src]

pub struct CreateProjectRequest {
    pub project: Option<Project>,
}
[]

The request sent to the [CreateProject][google.cloud.resourcemanager.v3.Projects.CreateProject] method.

Fields

project: Option<Project>
[]

Required. The Project to create.

Project ID is required. If the requested ID is unavailable, the request fails.

If the parent field is set, the resourcemanager.projects.create permission is checked on the parent resource. If no parent is set and the authorization credentials belong to an Organziation, the parent will be set to that Organization.

Trait Implementations

impl Clone for CreateProjectRequest[src][+]

impl Debug for CreateProjectRequest[src][+]

impl Default for CreateProjectRequest[src][+]

impl Message for CreateProjectRequest[src][+]

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

impl StructuralPartialEq for CreateProjectRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateProjectRequest

impl Send for CreateProjectRequest

impl Sync for CreateProjectRequest

impl Unpin for CreateProjectRequest

impl UnwindSafe for CreateProjectRequest

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