Documentation ¶
Index ¶
Constants ¶
View Source
const (
SpecialGroupAllAuthenticatedUsers = "allAuthenticatedUsers"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessGrant ¶
type AccessGrant struct { types.Metadata Role types.StringValue Domain types.StringValue SpecialGroup types.StringValue }
func (*AccessGrant) GetMetadata ¶ added in v0.3.24
func (a *AccessGrant) GetMetadata() *types.Metadata
func (*AccessGrant) GetRawValue ¶ added in v0.3.24
func (a *AccessGrant) GetRawValue() interface{}
type BigQuery ¶
func (*BigQuery) GetMetadata ¶ added in v0.3.24
func (*BigQuery) GetRawValue ¶ added in v0.3.24
func (b *BigQuery) GetRawValue() interface{}
type Dataset ¶
type Dataset struct { types.Metadata ID types.StringValue AccessGrants []AccessGrant }
func (*Dataset) GetMetadata ¶ added in v0.3.24
func (*Dataset) GetRawValue ¶ added in v0.3.24
func (d *Dataset) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.