Google Cloud Dataplex V1 Client - Class InfrastructureSpec (1.11.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class InfrastructureSpec.
Configuration for the underlying infrastructure used to run workloads.
Generated from protobuf messagegoogle.cloud.dataplex.v1.Task.InfrastructureSpec
Namespace
Google \ Cloud \ Dataplex \ V1 \ TaskMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ batch | InfrastructureSpec\BatchComputeResourcesCompute resources needed for a Task when using Dataproc Serverless. |
↳ container_image | InfrastructureSpec\ContainerImageRuntimeContainer Image Runtime Configuration. |
↳ vpc_network | InfrastructureSpec\VpcNetworkVpc network. |
getBatch
Compute resources needed for a Task when using Dataproc Serverless.
| Returns | |
|---|---|
| Type | Description |
InfrastructureSpec\BatchComputeResources|null | |
hasBatch
setBatch
Compute resources needed for a Task when using Dataproc Serverless.
| Parameter | |
|---|---|
| Name | Description |
var | InfrastructureSpec\BatchComputeResources |
| Returns | |
|---|---|
| Type | Description |
$this | |
getContainerImage
Container Image Runtime Configuration.
| Returns | |
|---|---|
| Type | Description |
InfrastructureSpec\ContainerImageRuntime|null | |
hasContainerImage
setContainerImage
Container Image Runtime Configuration.
| Parameter | |
|---|---|
| Name | Description |
var | InfrastructureSpec\ContainerImageRuntime |
| Returns | |
|---|---|
| Type | Description |
$this | |
getVpcNetwork
Vpc network.
| Returns | |
|---|---|
| Type | Description |
InfrastructureSpec\VpcNetwork|null | |
hasVpcNetwork
setVpcNetwork
Vpc network.
| Parameter | |
|---|---|
| Name | Description |
var | InfrastructureSpec\VpcNetwork |
| Returns | |
|---|---|
| Type | Description |
$this | |
getResources
| Returns | |
|---|---|
| Type | Description |
string | |
getRuntime
| Returns | |
|---|---|
| Type | Description |
string | |
getNetwork
| Returns | |
|---|---|
| Type | Description |
string | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-08 UTC.