bigquery

package
v0.6.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2022 License: MIT Imports: 1 Imported by: 0

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

type BigQuery struct {
	types.Metadata
	Datasets []Dataset
}

func (*BigQuery) GetMetadata added in v0.3.24

func (b *BigQuery) GetMetadata() *types.Metadata

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 (d *Dataset) GetMetadata() *types.Metadata

func (*Dataset) GetRawValue added in v0.3.24

func (d *Dataset) GetRawValue() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL