public static final class Task.InfrastructureSpec extends GeneratedMessageV3 implements Task.InfrastructureSpecOrBuilder
Configuration for the underlying infrastructure used to run workloads.
Protobuf type google.cloud.dataplex.v1.Task.InfrastructureSpec
Static Fields
BATCH_FIELD_NUMBER
public static final int BATCH_FIELD_NUMBER
Field Value
CONTAINER_IMAGE_FIELD_NUMBER
public static final int CONTAINER_IMAGE_FIELD_NUMBER
Field Value
VPC_NETWORK_FIELD_NUMBER
public static final int VPC_NETWORK_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Task.InfrastructureSpec getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Task.InfrastructureSpec.Builder newBuilder()
Returns
newBuilder(Task.InfrastructureSpec prototype)
public static Task.InfrastructureSpec.Builder newBuilder(Task.InfrastructureSpec prototype)
Parameter
Returns
public static Task.InfrastructureSpec parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Task.InfrastructureSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Task.InfrastructureSpec parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Task.InfrastructureSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Task.InfrastructureSpec parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Task.InfrastructureSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Task.InfrastructureSpec parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Task.InfrastructureSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Task.InfrastructureSpec parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Task.InfrastructureSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Task.InfrastructureSpec parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Task.InfrastructureSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Task.InfrastructureSpec> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBatch()
public Task.InfrastructureSpec.BatchComputeResources getBatch()
Compute resources needed for a Task when using Dataproc Serverless.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources batch = 52;
Returns
getBatchOrBuilder()
public Task.InfrastructureSpec.BatchComputeResourcesOrBuilder getBatchOrBuilder()
Compute resources needed for a Task when using Dataproc Serverless.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources batch = 52;
Returns
getContainerImage()
public Task.InfrastructureSpec.ContainerImageRuntime getContainerImage()
Container Image Runtime Configuration.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime container_image = 101;
Returns
getContainerImageOrBuilder()
public Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder getContainerImageOrBuilder()
Container Image Runtime Configuration.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime container_image = 101;
Returns
getDefaultInstanceForType()
public Task.InfrastructureSpec getDefaultInstanceForType()
Returns
getNetworkCase()
public Task.InfrastructureSpec.NetworkCase getNetworkCase()
Returns
getParserForType()
public Parser<Task.InfrastructureSpec> getParserForType()
Returns
Overrides
getResourcesCase()
public Task.InfrastructureSpec.ResourcesCase getResourcesCase()
Returns
getRuntimeCase()
public Task.InfrastructureSpec.RuntimeCase getRuntimeCase()
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getVpcNetwork()
public Task.InfrastructureSpec.VpcNetwork getVpcNetwork()
Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
Returns
getVpcNetworkOrBuilder()
public Task.InfrastructureSpec.VpcNetworkOrBuilder getVpcNetworkOrBuilder()
Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
Returns
hasBatch()
public 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 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 boolean hasVpcNetwork()
Vpc network.
.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork vpc_network = 150;
Returns
Type | Description |
boolean | Whether the vpcNetwork field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Task.InfrastructureSpec.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Task.InfrastructureSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Task.InfrastructureSpec.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions