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 ¶
func (b *BigQueryBroker) Provision(instanceId string, details models.ProvisionDetails, plan models.PlanDetails) (models.ServiceInstanceDetails, error)
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"`
}
Click to show internal directories.
Click to hide internal directories.