Send feedback
Class AllocationPolicy.NetworkInterface.Builder (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.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 ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy . NetworkInterface . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public AllocationPolicy . NetworkInterface build ()
Returns
buildPartial()
public AllocationPolicy . NetworkInterface buildPartial ()
Returns
clear()
public AllocationPolicy . NetworkInterface . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public AllocationPolicy . NetworkInterface . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearNetwork()
public AllocationPolicy . NetworkInterface . Builder clearNetwork ()
The URL of the network resource.
string network = 1;
Returns
clearNoExternalIpAddress()
public AllocationPolicy . NetworkInterface . Builder clearNoExternalIpAddress ()
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public AllocationPolicy . NetworkInterface . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSubnetwork()
public AllocationPolicy . NetworkInterface . Builder clearSubnetwork ()
The URL of the Subnetwork resource.
string subnetwork = 2;
Returns
clone()
public AllocationPolicy . NetworkInterface . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public AllocationPolicy . NetworkInterface getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getNetwork()
public String getNetwork ()
The URL of the network resource.
string network = 1;
Returns
Type
Description
String
The network.
getNetworkBytes()
public ByteString getNetworkBytes ()
The URL of the network resource.
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 the Subnetwork resource.
string subnetwork = 2;
Returns
Type
Description
String
The subnetwork.
getSubnetworkBytes()
public ByteString getSubnetworkBytes ()
The URL of the Subnetwork resource.
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(AllocationPolicy.NetworkInterface other)
public AllocationPolicy . NetworkInterface . Builder mergeFrom ( AllocationPolicy . NetworkInterface other )
Parameter
Returns
public AllocationPolicy . NetworkInterface . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public AllocationPolicy . NetworkInterface . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy . NetworkInterface . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy . NetworkInterface . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setNetwork(String value)
public AllocationPolicy . NetworkInterface . Builder setNetwork ( String value )
The URL of the network resource.
string network = 1;
Parameter
Name
Description
value
String
The network to set.
Returns
setNetworkBytes(ByteString value)
public AllocationPolicy . NetworkInterface . Builder setNetworkBytes ( ByteString value )
The URL of the network resource.
string network = 1;
Parameter
Name
Description
value
ByteString
The bytes for network to set.
Returns
setNoExternalIpAddress(boolean value)
public AllocationPolicy . NetworkInterface . Builder setNoExternalIpAddress ( boolean value )
Parameter
Name
Description
value
boolean
The noExternalIpAddress to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AllocationPolicy . NetworkInterface . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSubnetwork(String value)
public AllocationPolicy . NetworkInterface . Builder setSubnetwork ( String value )
The URL of the Subnetwork resource.
string subnetwork = 2;
Parameter
Name
Description
value
String
The subnetwork to set.
Returns
setSubnetworkBytes(ByteString value)
public AllocationPolicy . NetworkInterface . Builder setSubnetworkBytes ( ByteString value )
The URL of the Subnetwork resource.
string subnetwork = 2;
Parameter
Name
Description
value
ByteString
The bytes for subnetwork to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy . NetworkInterface . 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-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."],[],[]]