Interface BigqueryJobQueryUserDefinedFunctionResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryJobQueryUserDefinedFunctionResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.705Z") @Stability(Stable) public interface BigqueryJobQueryUserDefinedFunctionResources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryJobQueryUserDefinedFunctionResources.BuilderA builder forBigqueryJobQueryUserDefinedFunctionResourcesstatic classBigqueryJobQueryUserDefinedFunctionResources.Jsii$ProxyAn implementation forBigqueryJobQueryUserDefinedFunctionResources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryJobQueryUserDefinedFunctionResources.Builderbuilder()default StringgetInlineCode()An inline resource that contains code for a user-defined function (UDF).default StringgetResourceUri()A code resource to load from a Google Cloud Storage URI (gs://bucket/path).
-
-
-
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}
-
builder
@Stability(Stable) static BigqueryJobQueryUserDefinedFunctionResources.Builder builder()
-
-