Class Task.InfrastructureSpec.VpcNetwork.Builder (1.40.0)

public static final class Task.InfrastructureSpec.VpcNetwork.Builder extends GeneratedMessageV3.Builder<Task.InfrastructureSpec.VpcNetwork.Builder> implements Task.InfrastructureSpec.VpcNetworkOrBuilder

Cloud VPC Network used to run the infrastructure.

Protobuf type google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllNetworkTags(Iterable<String> values)

public Task.InfrastructureSpec.VpcNetwork.Builder addAllNetworkTags(Iterable<String> values)

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The networkTags to add.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

addNetworkTags(String value)

public Task.InfrastructureSpec.VpcNetwork.Builder addNetworkTags(String value)

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The networkTags to add.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

addNetworkTagsBytes(ByteString value)

public Task.InfrastructureSpec.VpcNetwork.Builder addNetworkTagsBytes(ByteString value)

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the networkTags to add.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Task.InfrastructureSpec.VpcNetwork.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

build()

public Task.InfrastructureSpec.VpcNetwork build()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork

buildPartial()

public Task.InfrastructureSpec.VpcNetwork buildPartial()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork

clear()

public Task.InfrastructureSpec.VpcNetwork.Builder clear()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Task.InfrastructureSpec.VpcNetwork.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

clearNetwork()

public Task.InfrastructureSpec.VpcNetwork.Builder clearNetwork()

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

clearNetworkName()

public Task.InfrastructureSpec.VpcNetwork.Builder clearNetworkName()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

clearNetworkTags()

public Task.InfrastructureSpec.VpcNetwork.Builder clearNetworkTags()

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Task.InfrastructureSpec.VpcNetwork.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

clearSubNetwork()

public Task.InfrastructureSpec.VpcNetwork.Builder clearSubNetwork()

Optional. The Cloud VPC sub-network in which the job is run.

string sub_network = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

clone()

public Task.InfrastructureSpec.VpcNetwork.Builder clone()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

getDefaultInstanceForType()

public Task.InfrastructureSpec.VpcNetwork getDefaultInstanceForType()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNetwork()

public String getNetwork()

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for network.

getNetworkNameCase()

public Task.InfrastructureSpec.VpcNetwork.NetworkNameCase getNetworkNameCase()
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.NetworkNameCase

getNetworkTags(int index)

public String getNetworkTags(int index)

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The networkTags at the given index.

getNetworkTagsBytes(int index)

public ByteString getNetworkTagsBytes(int index)

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the networkTags at the given index.

getNetworkTagsCount()

public int getNetworkTagsCount()

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of networkTags.

getNetworkTagsList()

public ProtocolStringList getNetworkTagsList()

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the networkTags.

getSubNetwork()

public String getSubNetwork()

Optional. The Cloud VPC sub-network in which the job is run.

string sub_network = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The subNetwork.

getSubNetworkBytes()

public ByteString getSubNetworkBytes()

Optional. The Cloud VPC sub-network in which the job is run.

string sub_network = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for subNetwork.

hasNetwork()

public boolean hasNetwork()

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the network field is set.

hasSubNetwork()

public boolean hasSubNetwork()

Optional. The Cloud VPC sub-network in which the job is run.

string sub_network = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the subNetwork field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Task.InfrastructureSpec.VpcNetwork other)

public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(Task.InfrastructureSpec.VpcNetwork other)
Parameter
Name Description
other Task.InfrastructureSpec.VpcNetwork
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Task.InfrastructureSpec.VpcNetwork.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Task.InfrastructureSpec.VpcNetwork.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

setNetwork(String value)

public Task.InfrastructureSpec.VpcNetwork.Builder setNetwork(String value)

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The network to set.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public Task.InfrastructureSpec.VpcNetwork.Builder setNetworkBytes(ByteString value)

Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.

string network = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for network to set.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

setNetworkTags(int index, String value)

public Task.InfrastructureSpec.VpcNetwork.Builder setNetworkTags(int index, String value)

Optional. List of network tags to apply to the job.

repeated string network_tags = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The networkTags to set.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Task.InfrastructureSpec.VpcNetwork.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

setSubNetwork(String value)

public Task.InfrastructureSpec.VpcNetwork.Builder setSubNetwork(String value)

Optional. The Cloud VPC sub-network in which the job is run.

string sub_network = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The subNetwork to set.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

setSubNetworkBytes(ByteString value)

public Task.InfrastructureSpec.VpcNetwork.Builder setSubNetworkBytes(ByteString value)

Optional. The Cloud VPC sub-network in which the job is run.

string sub_network = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for subNetwork to set.

Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Task.InfrastructureSpec.VpcNetwork.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides