Class AllocationPolicy.NetworkPolicy.Builder (0.5.0)

public static final class AllocationPolicy.NetworkPolicy.Builder extends GeneratedMessageV3.Builder<AllocationPolicy.NetworkPolicy.Builder> implements AllocationPolicy.NetworkPolicyOrBuilder

NetworkPolicy describes VM instance network configurations.

Protobuf type google.cloud.batch.v1alpha.AllocationPolicy.NetworkPolicy

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
Type Description
Descriptor

Methods

addAllNetworkInterfaces(Iterable<? extends AllocationPolicy.NetworkInterface> values)

public AllocationPolicy.NetworkPolicy.Builder addAllNetworkInterfaces(Iterable<? extends AllocationPolicy.NetworkInterface> values)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface>
Returns

addNetworkInterfaces(AllocationPolicy.NetworkInterface value)

public AllocationPolicy.NetworkPolicy.Builder addNetworkInterfaces(AllocationPolicy.NetworkInterface value)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
value AllocationPolicy.NetworkInterface
Returns

addNetworkInterfaces(AllocationPolicy.NetworkInterface.Builder builderForValue)

public AllocationPolicy.NetworkPolicy.Builder addNetworkInterfaces(AllocationPolicy.NetworkInterface.Builder builderForValue)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
builderForValue AllocationPolicy.NetworkInterface.Builder
Returns

addNetworkInterfaces(int index, AllocationPolicy.NetworkInterface value)

public AllocationPolicy.NetworkPolicy.Builder addNetworkInterfaces(int index, AllocationPolicy.NetworkInterface value)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameters
Name Description
index int
value AllocationPolicy.NetworkInterface
Returns

addNetworkInterfaces(int index, AllocationPolicy.NetworkInterface.Builder builderForValue)

public AllocationPolicy.NetworkPolicy.Builder addNetworkInterfaces(int index, AllocationPolicy.NetworkInterface.Builder builderForValue)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameters
Name Description
index int
builderForValue AllocationPolicy.NetworkInterface.Builder
Returns

addNetworkInterfacesBuilder()

public AllocationPolicy.NetworkInterface.Builder addNetworkInterfacesBuilder()

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns

addNetworkInterfacesBuilder(int index)

public AllocationPolicy.NetworkInterface.Builder addNetworkInterfacesBuilder(int index)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
index int
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AllocationPolicy.NetworkPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns Overrides

build()

public AllocationPolicy.NetworkPolicy build()
Returns

buildPartial()

public AllocationPolicy.NetworkPolicy buildPartial()
Returns

clear()

public AllocationPolicy.NetworkPolicy.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public AllocationPolicy.NetworkPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns Overrides

clearNetworkInterfaces()

public AllocationPolicy.NetworkPolicy.Builder clearNetworkInterfaces()

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public AllocationPolicy.NetworkPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns Overrides

clone()

public AllocationPolicy.NetworkPolicy.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public AllocationPolicy.NetworkPolicy getDefaultInstanceForType()
Returns

getDescriptorForType()

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

getNetworkInterfaces(int index)

public AllocationPolicy.NetworkInterface getNetworkInterfaces(int index)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
index int
Returns

getNetworkInterfacesBuilder(int index)

public AllocationPolicy.NetworkInterface.Builder getNetworkInterfacesBuilder(int index)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
index int
Returns

getNetworkInterfacesBuilderList()

public List<AllocationPolicy.NetworkInterface.Builder> getNetworkInterfacesBuilderList()

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
Type Description
List<Builder>

getNetworkInterfacesCount()

public int getNetworkInterfacesCount()

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
Type Description
int

getNetworkInterfacesList()

public List<AllocationPolicy.NetworkInterface> getNetworkInterfacesList()

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
Type Description
List<NetworkInterface>

getNetworkInterfacesOrBuilder(int index)

public AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
index int
Returns

getNetworkInterfacesOrBuilderList()

public List<? extends AllocationPolicy.NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Returns
Type Description
List<? extends com.google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterfaceOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AllocationPolicy.NetworkPolicy other)

public AllocationPolicy.NetworkPolicy.Builder mergeFrom(AllocationPolicy.NetworkPolicy other)
Parameter
Name Description
other AllocationPolicy.NetworkPolicy
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public AllocationPolicy.NetworkPolicy.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AllocationPolicy.NetworkPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns Overrides

removeNetworkInterfaces(int index)

public AllocationPolicy.NetworkPolicy.Builder removeNetworkInterfaces(int index)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameter
Name Description
index int
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public AllocationPolicy.NetworkPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns Overrides

setNetworkInterfaces(int index, AllocationPolicy.NetworkInterface value)

public AllocationPolicy.NetworkPolicy.Builder setNetworkInterfaces(int index, AllocationPolicy.NetworkInterface value)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameters
Name Description
index int
value AllocationPolicy.NetworkInterface
Returns

setNetworkInterfaces(int index, AllocationPolicy.NetworkInterface.Builder builderForValue)

public AllocationPolicy.NetworkPolicy.Builder setNetworkInterfaces(int index, AllocationPolicy.NetworkInterface.Builder builderForValue)

Network configurations.

repeated .google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface network_interfaces = 1;

Parameters
Name Description
index int
builderForValue AllocationPolicy.NetworkInterface.Builder
Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AllocationPolicy.NetworkPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AllocationPolicy.NetworkPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns Overrides