bigquery_credential

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BigqueryCredentialDataSource

func BigqueryCredentialDataSource() datasource.DataSource

BigqueryCredentialDataSource is a helper function to simplify the provider implementation.

func BigqueryCredentialResource

func BigqueryCredentialResource() resource.Resource

BigqueryCredentialResource is a helper function to simplify the provider implementation.

Types

type BigqueryCredentialDataSourceModel

type BigqueryCredentialDataSourceModel struct {
	ID           types.String `tfsdk:"id"`
	CredentialID types.Int64  `tfsdk:"credential_id"`
	ProjectID    types.Int64  `tfsdk:"project_id"`
	IsActive     types.Bool   `tfsdk:"is_active"`
	Dataset      types.String `tfsdk:"dataset"`
	NumThreads   types.Int64  `tfsdk:"num_threads"`
}

BigqueryCredentialDataSourceModel is the model for the data source

type BigqueryCredentialResourceModel

type BigqueryCredentialResourceModel struct {
	ID           types.String `tfsdk:"id"`
	CredentialID types.Int64  `tfsdk:"credential_id"`
	ProjectID    types.Int64  `tfsdk:"project_id"`
	IsActive     types.Bool   `tfsdk:"is_active"`
	Dataset      types.String `tfsdk:"dataset"`
	NumThreads   types.Int64  `tfsdk:"num_threads"`
}

BigqueryCredentialResourceModel is the model for the resource

Jump to

Keyboard shortcuts

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