Class NetworkConfig.Builder (0.42.0)

public static final class NetworkConfig.Builder extends GeneratedMessage.Builder<NetworkConfig.Builder> implements NetworkConfigOrBuilder

Network configuration for ManagementServer instance.

Protobuf type google.cloud.backupdr.v1.NetworkConfig

Static Methods

getDescriptor()

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

Methods

build()

public NetworkConfig build()
Returns
Type Description
NetworkConfig

buildPartial()

public NetworkConfig buildPartial()
Returns
Type Description
NetworkConfig

clear()

public NetworkConfig.Builder clear()
Returns
Type Description
NetworkConfig.Builder
Overrides

clearNetwork()

public NetworkConfig.Builder clearNetwork()

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

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

Returns
Type Description
NetworkConfig.Builder

This builder for chaining.

clearPeeringMode()

public NetworkConfig.Builder clearPeeringMode()

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NetworkConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public NetworkConfig getDefaultInstanceForType()
Returns
Type Description
NetworkConfig

getDescriptorForType()

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

getNetwork()

public String getNetwork()

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

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

Returns
Type Description
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

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

Returns
Type Description
ByteString

The bytes for network.

getPeeringMode()

public NetworkConfig.PeeringMode getPeeringMode()

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NetworkConfig.PeeringMode

The peeringMode.

getPeeringModeValue()

public int getPeeringModeValue()

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for peeringMode.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NetworkConfig other)

public NetworkConfig.Builder mergeFrom(NetworkConfig other)
Parameter
Name Description
other NetworkConfig
Returns
Type Description
NetworkConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public NetworkConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NetworkConfig.Builder
Overrides

setNetwork(String value)

public NetworkConfig.Builder setNetwork(String value)

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

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

Parameter
Name Description
value String

The network to set.

Returns
Type Description
NetworkConfig.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public NetworkConfig.Builder setNetworkBytes(ByteString value)

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

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

Parameter
Name Description
value ByteString

The bytes for network to set.

Returns
Type Description
NetworkConfig.Builder

This builder for chaining.

setPeeringMode(NetworkConfig.PeeringMode value)

public NetworkConfig.Builder setPeeringMode(NetworkConfig.PeeringMode value)

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value NetworkConfig.PeeringMode

The peeringMode to set.

Returns
Type Description
NetworkConfig.Builder

This builder for chaining.

setPeeringModeValue(int value)

public NetworkConfig.Builder setPeeringModeValue(int value)

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

.google.cloud.backupdr.v1.NetworkConfig.PeeringMode peering_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for peeringMode to set.

Returns
Type Description
NetworkConfig.Builder

This builder for chaining.