Struct gapi_grpc::google::cloud::bigquery::logging::v1::big_query_acl::Entry[][src]

pub struct Entry {
    pub role: String,
    pub group_email: String,
    pub user_email: String,
    pub domain: String,
    pub special_group: String,
    pub view_name: Option<TableName>,
}
[]

Access control entry.

Fields

role: String
[]

The granted role, which can be READER, WRITER, or OWNER.

group_email: String
[]

Grants access to a group identified by an email address.

user_email: String
[]

Grants access to a user identified by an email address.

domain: String
[]

Grants access to all members of a domain.

special_group: String
[]

Grants access to special groups. Valid groups are PROJECT_OWNERS, PROJECT_READERS, PROJECT_WRITERS and ALL_AUTHENTICATED_USERS.

view_name: Option<TableName>
[]

Grants access to a BigQuery View.

Trait Implementations

impl Clone for Entry[src][+]

impl Debug for Entry[src][+]

impl Default for Entry[src][+]

impl Message for Entry[src][+]

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

impl StructuralPartialEq for Entry[src]

Auto Trait Implementations

impl RefUnwindSafe for Entry

impl Send for Entry

impl Sync for Entry

impl Unpin for Entry

impl UnwindSafe for Entry

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