Class BigqueryRoutine

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.712Z")
    @Stability(Stable)
    public class BigqueryRoutine
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_routine google_bigquery_routine}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • BigqueryRoutine

        protected BigqueryRoutine​(software.amazon.jsii.JsiiObjectRef objRef)
      • BigqueryRoutine

        protected BigqueryRoutine​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • BigqueryRoutine

        @Stability(Stable)
        public BigqueryRoutine​(@NotNull
                               software.constructs.Construct scope,
                               @NotNull
                               String id,
                               @NotNull
                               BigqueryRoutineConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_routine google_bigquery_routine} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a BigqueryRoutine resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the BigqueryRoutine to import. This parameter is required.
        importFromId - The id of the existing BigqueryRoutine that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the BigqueryRoutine to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a BigqueryRoutine resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the BigqueryRoutine to import. This parameter is required.
        importFromId - The id of the existing BigqueryRoutine that should be imported. This parameter is required.
      • putArguments

        @Stability(Stable)
        public void putArguments​(@NotNull
                                 Object value)
        Parameters:
        value - This parameter is required.
      • putRemoteFunctionOptions

        @Stability(Stable)
        public void putRemoteFunctionOptions​(@NotNull
                                             BigqueryRoutineRemoteFunctionOptions value)
        Parameters:
        value - This parameter is required.
      • putSparkOptions

        @Stability(Stable)
        public void putSparkOptions​(@NotNull
                                    BigqueryRoutineSparkOptions value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                BigqueryRoutineTimeouts value)
        Parameters:
        value - This parameter is required.
      • resetArguments

        @Stability(Stable)
        public void resetArguments()
      • resetDataGovernanceType

        @Stability(Stable)
        public void resetDataGovernanceType()
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetDeterminismLevel

        @Stability(Stable)
        public void resetDeterminismLevel()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetImportedLibraries

        @Stability(Stable)
        public void resetImportedLibraries()
      • resetLanguage

        @Stability(Stable)
        public void resetLanguage()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • resetRemoteFunctionOptions

        @Stability(Stable)
        public void resetRemoteFunctionOptions()
      • resetReturnTableType

        @Stability(Stable)
        public void resetReturnTableType()
      • resetReturnType

        @Stability(Stable)
        public void resetReturnType()
      • resetSparkOptions

        @Stability(Stable)
        public void resetSparkOptions()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getCreationTime

        @Stability(Stable)
        @NotNull
        public Number getCreationTime()
      • getLastModifiedTime

        @Stability(Stable)
        @NotNull
        public Number getLastModifiedTime()
      • getArgumentsInput

        @Stability(Stable)
        @Nullable
        public Object getArgumentsInput()
      • getDataGovernanceTypeInput

        @Stability(Stable)
        @Nullable
        public String getDataGovernanceTypeInput()
      • getDatasetIdInput

        @Stability(Stable)
        @Nullable
        public String getDatasetIdInput()
      • getDefinitionBodyInput

        @Stability(Stable)
        @Nullable
        public String getDefinitionBodyInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getDeterminismLevelInput

        @Stability(Stable)
        @Nullable
        public String getDeterminismLevelInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getImportedLibrariesInput

        @Stability(Stable)
        @Nullable
        public List<String> getImportedLibrariesInput()
      • getLanguageInput

        @Stability(Stable)
        @Nullable
        public String getLanguageInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getReturnTableTypeInput

        @Stability(Stable)
        @Nullable
        public String getReturnTableTypeInput()
      • getReturnTypeInput

        @Stability(Stable)
        @Nullable
        public String getReturnTypeInput()
      • getRoutineIdInput

        @Stability(Stable)
        @Nullable
        public String getRoutineIdInput()
      • getRoutineTypeInput

        @Stability(Stable)
        @Nullable
        public String getRoutineTypeInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getDataGovernanceType

        @Stability(Stable)
        @NotNull
        public String getDataGovernanceType()
      • setDataGovernanceType

        @Stability(Stable)
        public void setDataGovernanceType​(@NotNull
                                          String value)
      • getDatasetId

        @Stability(Stable)
        @NotNull
        public String getDatasetId()
      • setDatasetId

        @Stability(Stable)
        public void setDatasetId​(@NotNull
                                 String value)
      • getDefinitionBody

        @Stability(Stable)
        @NotNull
        public String getDefinitionBody()
      • setDefinitionBody

        @Stability(Stable)
        public void setDefinitionBody​(@NotNull
                                      String value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getDeterminismLevel

        @Stability(Stable)
        @NotNull
        public String getDeterminismLevel()
      • setDeterminismLevel

        @Stability(Stable)
        public void setDeterminismLevel​(@NotNull
                                        String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getImportedLibraries

        @Stability(Stable)
        @NotNull
        public List<String> getImportedLibraries()
      • setImportedLibraries

        @Stability(Stable)
        public void setImportedLibraries​(@NotNull
                                         List<String> value)
      • getLanguage

        @Stability(Stable)
        @NotNull
        public String getLanguage()
      • setLanguage

        @Stability(Stable)
        public void setLanguage​(@NotNull
                                String value)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getReturnTableType

        @Stability(Stable)
        @NotNull
        public String getReturnTableType()
      • setReturnTableType

        @Stability(Stable)
        public void setReturnTableType​(@NotNull
                                       String value)
      • getReturnType

        @Stability(Stable)
        @NotNull
        public String getReturnType()
      • setReturnType

        @Stability(Stable)
        public void setReturnType​(@NotNull
                                  String value)
      • getRoutineId

        @Stability(Stable)
        @NotNull
        public String getRoutineId()
      • setRoutineId

        @Stability(Stable)
        public void setRoutineId​(@NotNull
                                 String value)
      • getRoutineType

        @Stability(Stable)
        @NotNull
        public String getRoutineType()
      • setRoutineType

        @Stability(Stable)
        public void setRoutineType​(@NotNull
                                   String value)