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