- 1.51.0 (latest)
- 1.50.0
- 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 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Task.InfrastructureSpec.VpcNetwork.BuilderImplements
Task.InfrastructureSpec.VpcNetworkOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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];
Name | Description |
values | Iterable<String> The networkTags to add. |
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];
Name | Description |
value | String The networkTags to add. |
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];
Name | Description |
value | ByteString The bytes of the networkTags to add. |
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)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
build()
public Task.InfrastructureSpec.VpcNetwork build()
Type | Description |
Task.InfrastructureSpec.VpcNetwork |
buildPartial()
public Task.InfrastructureSpec.VpcNetwork buildPartial()
Type | Description |
Task.InfrastructureSpec.VpcNetwork |
clear()
public Task.InfrastructureSpec.VpcNetwork.Builder clear()
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
clearField(Descriptors.FieldDescriptor field)
public Task.InfrastructureSpec.VpcNetwork.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
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];
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder | This builder for chaining. |
clearNetworkName()
public Task.InfrastructureSpec.VpcNetwork.Builder clearNetworkName()
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];
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Task.InfrastructureSpec.VpcNetwork.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
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];
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder | This builder for chaining. |
clone()
public Task.InfrastructureSpec.VpcNetwork.Builder clone()
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
getDefaultInstanceForType()
public Task.InfrastructureSpec.VpcNetwork getDefaultInstanceForType()
Type | Description |
Task.InfrastructureSpec.VpcNetwork |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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];
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];
Type | Description |
ByteString | The bytes for network. |
getNetworkNameCase()
public Task.InfrastructureSpec.VpcNetwork.NetworkNameCase getNetworkNameCase()
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
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];
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];
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];
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];
Type | Description |
boolean | Whether the subNetwork field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Task.InfrastructureSpec.VpcNetwork other)
public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(Task.InfrastructureSpec.VpcNetwork other)
Name | Description |
other | Task.InfrastructureSpec.VpcNetwork |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Task.InfrastructureSpec.VpcNetwork.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Task.InfrastructureSpec.VpcNetwork.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Task.InfrastructureSpec.VpcNetwork.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
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];
Name | Description |
value | String The network to set. |
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];
Name | Description |
value | ByteString The bytes for network to set. |
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];
Name | Description |
index | int The index to set the value at. |
value | String The networkTags to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |
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];
Name | Description |
value | String The subNetwork to set. |
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];
Name | Description |
value | ByteString The bytes for subNetwork to set. |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Task.InfrastructureSpec.VpcNetwork.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Task.InfrastructureSpec.VpcNetwork.Builder |