Send feedback
Class NetworkConfig.Builder (2.2.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.6 keyboard_arrow_down
public static final class NetworkConfig . Builder extends GeneratedMessageV3 . Builder<NetworkConfig . Builder > implements NetworkConfigOrBuilder
Network related configurations.
Protobuf type google.cloud.tpu.v2alpha1.NetworkConfig
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NetworkConfig . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public NetworkConfig build ()
Returns
buildPartial()
public NetworkConfig buildPartial ()
Returns
clear()
public NetworkConfig . Builder clear ()
Returns
Overrides
clearEnableExternalIps()
public NetworkConfig . Builder clearEnableExternalIps ()
Indicates that external IP addresses would be associated with the TPU
workers. If set to false, the specified subnetwork or network should have
Private Google Access enabled.
bool enable_external_ips = 3;
Returns
clearField(Descriptors.FieldDescriptor field)
public NetworkConfig . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearNetwork()
public NetworkConfig . Builder clearNetwork ()
The name of the network for the TPU node. It must be a preexisting Google
Compute Engine network. If none is provided, "default" will be used.
string network = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public NetworkConfig . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSubnetwork()
public NetworkConfig . Builder clearSubnetwork ()
The name of the subnetwork for the TPU node. It must be a preexisting
Google Compute Engine subnetwork. If none is provided, "default" will be
used.
string subnetwork = 2;
Returns
clone()
public NetworkConfig . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public NetworkConfig getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEnableExternalIps()
public boolean getEnableExternalIps ()
Indicates that external IP addresses would be associated with the TPU
workers. If set to false, the specified subnetwork or network should have
Private Google Access enabled.
bool enable_external_ips = 3;
Returns
Type Description boolean The enableExternalIps.
getNetwork()
public String getNetwork ()
The name of the network for the TPU node. It must be a preexisting Google
Compute Engine network. If none is provided, "default" will be used.
string network = 1;
Returns
Type Description String The network.
getNetworkBytes()
public ByteString getNetworkBytes ()
The name of the network for the TPU node. It must be a preexisting Google
Compute Engine network. If none is provided, "default" will be used.
string network = 1;
Returns
getSubnetwork()
public String getSubnetwork ()
The name of the subnetwork for the TPU node. It must be a preexisting
Google Compute Engine subnetwork. If none is provided, "default" will be
used.
string subnetwork = 2;
Returns
Type Description String The subnetwork.
getSubnetworkBytes()
public ByteString getSubnetworkBytes ()
The name of the subnetwork for the TPU node. It must be a preexisting
Google Compute Engine subnetwork. If none is provided, "default" will be
used.
string subnetwork = 2;
Returns
Type Description ByteString The bytes for subnetwork.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(NetworkConfig other)
public NetworkConfig . Builder mergeFrom ( NetworkConfig other )
Parameter
Returns
public NetworkConfig . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public NetworkConfig . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NetworkConfig . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setEnableExternalIps(boolean value)
public NetworkConfig . Builder setEnableExternalIps ( boolean value )
Indicates that external IP addresses would be associated with the TPU
workers. If set to false, the specified subnetwork or network should have
Private Google Access enabled.
bool enable_external_ips = 3;
Parameter
Name Description value boolean
The enableExternalIps to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public NetworkConfig . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setNetwork(String value)
public NetworkConfig . Builder setNetwork ( String value )
The name of the network for the TPU node. It must be a preexisting Google
Compute Engine network. If none is provided, "default" will be used.
string network = 1;
Parameter
Name Description value String
The network to set.
Returns
setNetworkBytes(ByteString value)
public NetworkConfig . Builder setNetworkBytes ( ByteString value )
The name of the network for the TPU node. It must be a preexisting Google
Compute Engine network. If none is provided, "default" will be used.
string network = 1;
Parameter
Name Description value ByteString
The bytes for network to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NetworkConfig . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSubnetwork(String value)
public NetworkConfig . Builder setSubnetwork ( String value )
The name of the subnetwork for the TPU node. It must be a preexisting
Google Compute Engine subnetwork. If none is provided, "default" will be
used.
string subnetwork = 2;
Parameter
Name Description value String
The subnetwork to set.
Returns
setSubnetworkBytes(ByteString value)
public NetworkConfig . Builder setSubnetworkBytes ( ByteString value )
The name of the subnetwork for the TPU node. It must be a preexisting
Google Compute Engine subnetwork. If none is provided, "default" will be
used.
string subnetwork = 2;
Parameter
Name Description value ByteString
The bytes for subnetwork to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final NetworkConfig . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]