Class AllocationPolicy.NetworkInterface.Builder (0.19.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AllocationPolicy.NetworkInterface.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides

build()

public AllocationPolicy.NetworkInterface build()
Returns
TypeDescription
AllocationPolicy.NetworkInterface

buildPartial()

public AllocationPolicy.NetworkInterface buildPartial()
Returns
TypeDescription
AllocationPolicy.NetworkInterface

clear()

public AllocationPolicy.NetworkInterface.Builder clear()
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AllocationPolicy.NetworkInterface.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
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;

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

clearNoExternalIpAddress()

public AllocationPolicy.NetworkInterface.Builder clearNoExternalIpAddress()

Default is false (with an external IP address). Required if no external public IP address is attached to the VM. If no external public IP address, additional configuration is required to allow the VM to access Google Services. See https://cloud.google.com/vpc/docs/configure-private-google-access and https://cloud.google.com/nat/docs/gce-example#create-nat for more information.

bool no_external_ip_address = 3;

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AllocationPolicy.NetworkInterface.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
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;

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

clone()

public AllocationPolicy.NetworkInterface.Builder clone()
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides

getDefaultInstanceForType()

public AllocationPolicy.NetworkInterface getDefaultInstanceForType()
Returns
TypeDescription
AllocationPolicy.NetworkInterface

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
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
TypeDescription
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
TypeDescription
ByteString

The bytes for network.

getNoExternalIpAddress()

public boolean getNoExternalIpAddress()

Default is false (with an external IP address). Required if no external public IP address is attached to the VM. If no external public IP address, additional configuration is required to allow the VM to access Google Services. See https://cloud.google.com/vpc/docs/configure-private-google-access and https://cloud.google.com/nat/docs/gce-example#create-nat for more information.

bool no_external_ip_address = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for subnetwork.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AllocationPolicy.NetworkInterface other)

public AllocationPolicy.NetworkInterface.Builder mergeFrom(AllocationPolicy.NetworkInterface other)
Parameter
NameDescription
otherAllocationPolicy.NetworkInterface
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AllocationPolicy.NetworkInterface.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AllocationPolicy.NetworkInterface.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AllocationPolicy.NetworkInterface.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AllocationPolicy.NetworkInterface.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
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
NameDescription
valueString

The network to set.

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for network to set.

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

setNoExternalIpAddress(boolean value)

public AllocationPolicy.NetworkInterface.Builder setNoExternalIpAddress(boolean value)

Default is false (with an external IP address). Required if no external public IP address is attached to the VM. If no external public IP address, additional configuration is required to allow the VM to access Google Services. See https://cloud.google.com/vpc/docs/configure-private-google-access and https://cloud.google.com/nat/docs/gce-example#create-nat for more information.

bool no_external_ip_address = 3;

Parameter
NameDescription
valueboolean

The noExternalIpAddress to set.

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

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

public AllocationPolicy.NetworkInterface.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
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
NameDescription
valueString

The subnetwork to set.

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for subnetwork to set.

Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AllocationPolicy.NetworkInterface.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AllocationPolicy.NetworkInterface.Builder
Overrides