Send feedback
Class AllocationPolicy.NetworkInterface.Builder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static final class AllocationPolicy . NetworkInterface . Builder extends GeneratedMessageV3 . Builder<AllocationPolicy . NetworkInterface . Builder > implements AllocationPolicy . NetworkInterfaceOrBuilder
A network interface.
Protobuf type google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy . NetworkInterface . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public AllocationPolicy . NetworkInterface build ()
buildPartial()
public AllocationPolicy . NetworkInterface buildPartial ()
clear()
public AllocationPolicy . NetworkInterface . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AllocationPolicy . NetworkInterface . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNetwork()
public AllocationPolicy . NetworkInterface . Builder clearNetwork ()
The URL of an existing network resource.
You can specify the network as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
projects/{project}/global/networks/{network}
global/networks/{network}
string network = 1;
clearNoExternalIpAddress()
public AllocationPolicy . NetworkInterface . Builder clearNoExternalIpAddress ()
clearOneof(Descriptors.OneofDescriptor oneof)
public AllocationPolicy . NetworkInterface . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSubnetwork()
public AllocationPolicy . NetworkInterface . Builder clearSubnetwork ()
The URL of an existing subnetwork resource in the network.
You can specify the subnetwork as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}
projects/{project}/regions/{region}/subnetworks/{subnetwork}
regions/{region}/subnetworks/{subnetwork}
string subnetwork = 2;
clone()
public AllocationPolicy . NetworkInterface . Builder clone ()
Overrides
getDefaultInstanceForType()
public AllocationPolicy . NetworkInterface getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getNetwork()
public String getNetwork ()
The URL of an existing network resource.
You can specify the network as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
projects/{project}/global/networks/{network}
global/networks/{network}
string network = 1;
Returns
Type
Description
String
The network.
getNetworkBytes()
public ByteString getNetworkBytes ()
The URL of an existing network resource.
You can specify the network as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
projects/{project}/global/networks/{network}
global/networks/{network}
string network = 1;
Returns
Type
Description
ByteString
The bytes for network.
getNoExternalIpAddress()
public boolean getNoExternalIpAddress ()
Returns
Type
Description
boolean
The noExternalIpAddress.
getSubnetwork()
public String getSubnetwork ()
The URL of an existing subnetwork resource in the network.
You can specify the subnetwork as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}
projects/{project}/regions/{region}/subnetworks/{subnetwork}
regions/{region}/subnetworks/{subnetwork}
string subnetwork = 2;
Returns
Type
Description
String
The subnetwork.
getSubnetworkBytes()
public ByteString getSubnetworkBytes ()
The URL of an existing subnetwork resource in the network.
You can specify the subnetwork as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}
projects/{project}/regions/{region}/subnetworks/{subnetwork}
regions/{region}/subnetworks/{subnetwork}
string subnetwork = 2;
Returns
Type
Description
ByteString
The bytes for subnetwork.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(AllocationPolicy.NetworkInterface other)
public AllocationPolicy . NetworkInterface . Builder mergeFrom ( AllocationPolicy . NetworkInterface other )
public AllocationPolicy . NetworkInterface . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AllocationPolicy . NetworkInterface . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy . NetworkInterface . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy . NetworkInterface . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNetwork(String value)
public AllocationPolicy . NetworkInterface . Builder setNetwork ( String value )
The URL of an existing network resource.
You can specify the network as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
projects/{project}/global/networks/{network}
global/networks/{network}
string network = 1;
Parameter
Name
Description
value
String
The network to set.
setNetworkBytes(ByteString value)
public AllocationPolicy . NetworkInterface . Builder setNetworkBytes ( ByteString value )
The URL of an existing network resource.
You can specify the network as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
projects/{project}/global/networks/{network}
global/networks/{network}
string network = 1;
Parameter
Name
Description
value
ByteString
The bytes for network to set.
setNoExternalIpAddress(boolean value)
public AllocationPolicy . NetworkInterface . Builder setNoExternalIpAddress ( boolean value )
Parameter
Name
Description
value
boolean
The noExternalIpAddress to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AllocationPolicy . NetworkInterface . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSubnetwork(String value)
public AllocationPolicy . NetworkInterface . Builder setSubnetwork ( String value )
The URL of an existing subnetwork resource in the network.
You can specify the subnetwork as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}
projects/{project}/regions/{region}/subnetworks/{subnetwork}
regions/{region}/subnetworks/{subnetwork}
string subnetwork = 2;
Parameter
Name
Description
value
String
The subnetwork to set.
setSubnetworkBytes(ByteString value)
public AllocationPolicy . NetworkInterface . Builder setSubnetworkBytes ( ByteString value )
The URL of an existing subnetwork resource in the network.
You can specify the subnetwork as a full or partial URL.
For example, the following are all valid URLs:
https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetwork}
projects/{project}/regions/{region}/subnetworks/{subnetwork}
regions/{region}/subnetworks/{subnetwork}
string subnetwork = 2;
Parameter
Name
Description
value
ByteString
The bytes for subnetwork to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy . NetworkInterface . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-28 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-28 UTC."],[],[]]