Struct gapi_grpc::google::cloud::talent::v4::Tenant[][src]

pub struct Tenant {
    pub name: String,
    pub external_id: String,
}

A Tenant resource represents a tenant in the service. A tenant is a group or entity that shares common access with specific privileges for resources like jobs. Customer may create multiple tenants to provide data isolation for different groups.

Fields

name: String

Required during tenant update.

The resource name for a tenant. This is generated by the service when a tenant is created.

The format is “projects/{project_id}/tenants/{tenant_id}”, for example, “projects/foo/tenants/bar”.

external_id: String

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

Trait Implementations

impl Clone for Tenant[src]

impl Debug for Tenant[src]

impl Default for Tenant[src]

impl Message for Tenant[src]

impl PartialEq<Tenant> for Tenant[src]

impl StructuralPartialEq for Tenant[src]

Auto Trait Implementations

impl RefUnwindSafe for Tenant

impl Send for Tenant

impl Sync for Tenant

impl Unpin for Tenant

impl UnwindSafe for Tenant

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]