bigquery

package
v3.3.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigQueryBroker

type BigQueryBroker struct {
	Client         *http.Client
	ProjectId      string
	Logger         lager.Logger
	AccountManager models.AccountManager

	broker_base.BrokerBase
}

func (*BigQueryBroker) Deprovision

func (b *BigQueryBroker) Deprovision(instanceID string, details models.DeprovisionDetails) error

deletes the dataset associated with the given instanceID string note that all tables in the dataset must be deleted prior to deprovisioning

func (*BigQueryBroker) Provision

Creates a new BigQuery dataset identified by the name provided in details.RawParameters.name and optional location (possible values are "US" or "EU", defaults to "US")

type InstanceInformation

type InstanceInformation struct {
	DatasetId string `json:"dataset_id"`
}

Jump to

Keyboard shortcuts

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