Interface BigqueryJobQueryUserDefinedFunctionResources

    • Method Detail

      • getInlineCode

        @Stability(Stable)
        @Nullable
        default String getInlineCode()
        An inline resource that contains code for a user-defined function (UDF).

        Providing a inline code resource is equivalent to providing a URI for a file containing the same code. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#inline_code BigqueryJob#inline_code}

      • getResourceUri

        @Stability(Stable)
        @Nullable
        default String getResourceUri()
        A code resource to load from a Google Cloud Storage URI (gs://bucket/path).

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#resource_uri BigqueryJob#resource_uri}