Class BigQueryAcl (0.2.2)

BigQueryAcl(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An access control list. .. attribute:: entries

Access control entry list.

:type: Sequence[google.cloud.bigquery_logging_v1.types.BigQueryAcl.Entry]

Classes

Entry

Entry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Access control entry. .. attribute:: role

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

:type: str