Struct gapi_grpc::google::cloud::bigquery::logging::v1::big_query_acl::Entry [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,