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 ¶
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
Click to show internal directories.
Click to hide internal directories.