Class Task.InfrastructureSpec.VpcNetwork.Builder (1.39.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
TypeDescription
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
NameDescription
valuesIterable<String>

The networkTags to add.

Returns
TypeDescription
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
NameDescription
valueString

The networkTags to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the networkTags to add.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

build()

public Task.InfrastructureSpec.VpcNetwork build()
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork

buildPartial()

public Task.InfrastructureSpec.VpcNetwork buildPartial()
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork

clear()

public Task.InfrastructureSpec.VpcNetwork.Builder clear()
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Task.InfrastructureSpec.VpcNetwork.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

clearNetworkName()

public Task.InfrastructureSpec.VpcNetwork.Builder clearNetworkName()
Returns
TypeDescription
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
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Task.InfrastructureSpec.VpcNetwork.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

clone()

public Task.InfrastructureSpec.VpcNetwork.Builder clone()
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

getDefaultInstanceForType()

public Task.InfrastructureSpec.VpcNetwork getDefaultInstanceForType()
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for network.

getNetworkNameCase()

public Task.InfrastructureSpec.VpcNetwork.NetworkNameCase getNetworkNameCase()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the subNetwork field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Task.InfrastructureSpec.VpcNetwork other)

public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(Task.InfrastructureSpec.VpcNetwork other)
Parameter
NameDescription
otherTask.InfrastructureSpec.VpcNetwork
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Task.InfrastructureSpec.VpcNetwork.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Task.InfrastructureSpec.VpcNetwork.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The network to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for network to set.

Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The networkTags to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The subNetwork to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for subNetwork to set.

Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Task.InfrastructureSpec.VpcNetwork.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Task.InfrastructureSpec.VpcNetwork.Builder
Overrides