- 1.50.0 (latest)
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static interface Task.InfrastructureSpecOrBuilder extends MessageOrBuilder
Implements
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder |
getNetworkCase()
public abstract Task.InfrastructureSpec.NetworkCase getNetworkCase()
Returns | |
---|---|
Type | Description |
Task.InfrastructureSpec.NetworkCase |
getResourcesCase()
public abstract Task.InfrastructureSpec.ResourcesCase getResourcesCase()
Returns | |
---|---|
Type | Description |
Task.InfrastructureSpec.ResourcesCase |
getRuntimeCase()
public abstract Task.InfrastructureSpec.RuntimeCase getRuntimeCase()
Returns | |
---|---|
Type | Description |
Task.InfrastructureSpec.RuntimeCase |
getVpcNetwork()
public abstract Task.InfrastructureSpec.VpcNetwork getVpcNetwork()
Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean | Whether the vpcNetwork field is set. |