public static interface Task.InfrastructureSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBatch()
public abstract Task.InfrastructureSpec.BatchComputeResources getBatch()Compute resources needed for a Task when using Dataproc Serverless.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources batch = 52;
| Type | Description |
| Task.InfrastructureSpec.BatchComputeResources | The batch. |
getBatchOrBuilder()
public abstract Task.InfrastructureSpec.BatchComputeResourcesOrBuilder getBatchOrBuilder()Compute resources needed for a Task when using Dataproc Serverless.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources batch = 52;
| Type | Description |
| Task.InfrastructureSpec.BatchComputeResourcesOrBuilder |
getContainerImage()
public abstract Task.InfrastructureSpec.ContainerImageRuntime getContainerImage()Container Image Runtime Configuration.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime container_image = 101;
| Type | Description |
| Task.InfrastructureSpec.ContainerImageRuntime | The containerImage. |
getContainerImageOrBuilder()
public abstract Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder getContainerImageOrBuilder()Container Image Runtime Configuration.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime container_image = 101;
| Type | Description |
| Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder |
getNetworkCase()
public abstract Task.InfrastructureSpec.NetworkCase getNetworkCase()| Type | Description |
| Task.InfrastructureSpec.NetworkCase |
getResourcesCase()
public abstract Task.InfrastructureSpec.ResourcesCase getResourcesCase()| Type | Description |
| Task.InfrastructureSpec.ResourcesCase |
getRuntimeCase()
public abstract Task.InfrastructureSpec.RuntimeCase getRuntimeCase()| Type | Description |
| Task.InfrastructureSpec.RuntimeCase |
getVpcNetwork()
public abstract Task.InfrastructureSpec.VpcNetwork getVpcNetwork()Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
| Type | Description |
| Task.InfrastructureSpec.VpcNetwork | The vpcNetwork. |
getVpcNetworkOrBuilder()
public abstract Task.InfrastructureSpec.VpcNetworkOrBuilder getVpcNetworkOrBuilder()Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
| Type | Description |
| Task.InfrastructureSpec.VpcNetworkOrBuilder |
hasBatch()
public abstract boolean hasBatch()Compute resources needed for a Task when using Dataproc Serverless.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources batch = 52;
| Type | Description |
| boolean | Whether the batch field is set. |
hasContainerImage()
public abstract boolean hasContainerImage()Container Image Runtime Configuration.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime container_image = 101;
| Type | Description |
| boolean | Whether the containerImage field is set. |
hasVpcNetwork()
public abstract boolean hasVpcNetwork()Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
| Type | Description |
| boolean | Whether the vpcNetwork field is set. |