- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.2
- 0.2.2
- 0.1.1
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AllocationPolicy.NetworkInterface.BuilderImplements
AllocationPolicy.NetworkInterfaceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy.NetworkInterface.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
build()
public AllocationPolicy.NetworkInterface build()
Type | Description |
AllocationPolicy.NetworkInterface |
buildPartial()
public AllocationPolicy.NetworkInterface buildPartial()
Type | Description |
AllocationPolicy.NetworkInterface |
clear()
public AllocationPolicy.NetworkInterface.Builder clear()
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
clearField(Descriptors.FieldDescriptor field)
public AllocationPolicy.NetworkInterface.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
clearNetwork()
public AllocationPolicy.NetworkInterface.Builder clearNetwork()
The URL of the network resource.
string network = 1;
Type | Description |
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;
Type | Description |
AllocationPolicy.NetworkInterface.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AllocationPolicy.NetworkInterface.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
clearSubnetwork()
public AllocationPolicy.NetworkInterface.Builder clearSubnetwork()
The URL of the Subnetwork resource.
string subnetwork = 2;
Type | Description |
AllocationPolicy.NetworkInterface.Builder | This builder for chaining. |
clone()
public AllocationPolicy.NetworkInterface.Builder clone()
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
getDefaultInstanceForType()
public AllocationPolicy.NetworkInterface getDefaultInstanceForType()
Type | Description |
AllocationPolicy.NetworkInterface |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getNetwork()
public String getNetwork()
The URL of the network resource.
string network = 1;
Type | Description |
String | The network. |
getNetworkBytes()
public ByteString getNetworkBytes()
The URL of the network resource.
string network = 1;
Type | Description |
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;
Type | Description |
boolean | The noExternalIpAddress. |
getSubnetwork()
public String getSubnetwork()
The URL of the Subnetwork resource.
string subnetwork = 2;
Type | Description |
String | The subnetwork. |
getSubnetworkBytes()
public ByteString getSubnetworkBytes()
The URL of the Subnetwork resource.
string subnetwork = 2;
Type | Description |
ByteString | The bytes for subnetwork. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(AllocationPolicy.NetworkInterface other)
public AllocationPolicy.NetworkInterface.Builder mergeFrom(AllocationPolicy.NetworkInterface other)
Name | Description |
other | AllocationPolicy.NetworkInterface |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AllocationPolicy.NetworkInterface.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AllocationPolicy.NetworkInterface.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy.NetworkInterface.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AllocationPolicy.NetworkInterface.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
setNetwork(String value)
public AllocationPolicy.NetworkInterface.Builder setNetwork(String value)
The URL of the network resource.
string network = 1;
Name | Description |
value | String The network to set. |
Type | Description |
AllocationPolicy.NetworkInterface.Builder | This builder for chaining. |
setNetworkBytes(ByteString value)
public AllocationPolicy.NetworkInterface.Builder setNetworkBytes(ByteString value)
The URL of the network resource.
string network = 1;
Name | Description |
value | ByteString The bytes for network to set. |
Type | Description |
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;
Name | Description |
value | boolean The noExternalIpAddress to set. |
Type | Description |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |
setSubnetwork(String value)
public AllocationPolicy.NetworkInterface.Builder setSubnetwork(String value)
The URL of the Subnetwork resource.
string subnetwork = 2;
Name | Description |
value | String The subnetwork to set. |
Type | Description |
AllocationPolicy.NetworkInterface.Builder | This builder for chaining. |
setSubnetworkBytes(ByteString value)
public AllocationPolicy.NetworkInterface.Builder setSubnetworkBytes(ByteString value)
The URL of the Subnetwork resource.
string subnetwork = 2;
Name | Description |
value | ByteString The bytes for subnetwork to set. |
Type | Description |
AllocationPolicy.NetworkInterface.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AllocationPolicy.NetworkInterface.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AllocationPolicy.NetworkInterface.Builder |