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 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
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 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
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 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()
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 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.
|
Returns
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.
|
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 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.
|
Returns
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.
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy.NetworkInterface.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides