- 0.60.0 (latest)
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.52.0
- 0.50.0
- 0.49.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.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.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class MachineNetworkDetails.Builder extends GeneratedMessageV3.Builder<MachineNetworkDetails.Builder> implements MachineNetworkDetailsOrBuilderDetails of network adapters and settings.
 Protobuf type google.cloud.migrationcenter.v1.MachineNetworkDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MachineNetworkDetails.BuilderImplements
MachineNetworkDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MachineNetworkDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
build()
public MachineNetworkDetails build()| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails | |
buildPartial()
public MachineNetworkDetails buildPartial()| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails | |
clear()
public MachineNetworkDetails.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
clearAdapters()
public MachineNetworkDetails.Builder clearAdapters()List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
clearField(Descriptors.FieldDescriptor field)
public MachineNetworkDetails.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public MachineNetworkDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
clearPrimaryIpAddress()
public MachineNetworkDetails.Builder clearPrimaryIpAddress()The primary IP address of the machine.
 string primary_ip_address = 1;
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
clearPrimaryMacAddress()
public MachineNetworkDetails.Builder clearPrimaryMacAddress()MAC address of the machine. This property is used to uniqly identify the machine.
 string primary_mac_address = 3;
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
clearPublicIpAddress()
public MachineNetworkDetails.Builder clearPublicIpAddress()The public IP address of the machine.
 string public_ip_address = 2;
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
clone()
public MachineNetworkDetails.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
getAdapters()
public NetworkAdapterList getAdapters()List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description | 
| NetworkAdapterList | The adapters. | 
getAdaptersBuilder()
public NetworkAdapterList.Builder getAdaptersBuilder()List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description | 
| NetworkAdapterList.Builder | |
getAdaptersOrBuilder()
public NetworkAdapterListOrBuilder getAdaptersOrBuilder()List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description | 
| NetworkAdapterListOrBuilder | |
getDefaultInstanceForType()
public MachineNetworkDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getPrimaryIpAddress()
public String getPrimaryIpAddress()The primary IP address of the machine.
 string primary_ip_address = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The primaryIpAddress. | 
getPrimaryIpAddressBytes()
public ByteString getPrimaryIpAddressBytes()The primary IP address of the machine.
 string primary_ip_address = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for primaryIpAddress. | 
getPrimaryMacAddress()
public String getPrimaryMacAddress()MAC address of the machine. This property is used to uniqly identify the machine.
 string primary_mac_address = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The primaryMacAddress. | 
getPrimaryMacAddressBytes()
public ByteString getPrimaryMacAddressBytes()MAC address of the machine. This property is used to uniqly identify the machine.
 string primary_mac_address = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for primaryMacAddress. | 
getPublicIpAddress()
public String getPublicIpAddress()The public IP address of the machine.
 string public_ip_address = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The publicIpAddress. | 
getPublicIpAddressBytes()
public ByteString getPublicIpAddressBytes()The public IP address of the machine.
 string public_ip_address = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for publicIpAddress. | 
hasAdapters()
public boolean hasAdapters()List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the adapters field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeAdapters(NetworkAdapterList value)
public MachineNetworkDetails.Builder mergeAdapters(NetworkAdapterList value)List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | NetworkAdapterList | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
mergeFrom(MachineNetworkDetails other)
public MachineNetworkDetails.Builder mergeFrom(MachineNetworkDetails other)| Parameter | |
|---|---|
| Name | Description | 
| other | MachineNetworkDetails | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MachineNetworkDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public MachineNetworkDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MachineNetworkDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
setAdapters(NetworkAdapterList value)
public MachineNetworkDetails.Builder setAdapters(NetworkAdapterList value)List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | NetworkAdapterList | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
setAdapters(NetworkAdapterList.Builder builderForValue)
public MachineNetworkDetails.Builder setAdapters(NetworkAdapterList.Builder builderForValue)List of network adapters.
 .google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | NetworkAdapterList.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public MachineNetworkDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
setPrimaryIpAddress(String value)
public MachineNetworkDetails.Builder setPrimaryIpAddress(String value)The primary IP address of the machine.
 string primary_ip_address = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe primaryIpAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
setPrimaryIpAddressBytes(ByteString value)
public MachineNetworkDetails.Builder setPrimaryIpAddressBytes(ByteString value)The primary IP address of the machine.
 string primary_ip_address = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for primaryIpAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
setPrimaryMacAddress(String value)
public MachineNetworkDetails.Builder setPrimaryMacAddress(String value)MAC address of the machine. This property is used to uniqly identify the machine.
 string primary_mac_address = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe primaryMacAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
setPrimaryMacAddressBytes(ByteString value)
public MachineNetworkDetails.Builder setPrimaryMacAddressBytes(ByteString value)MAC address of the machine. This property is used to uniqly identify the machine.
 string primary_mac_address = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for primaryMacAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
setPublicIpAddress(String value)
public MachineNetworkDetails.Builder setPublicIpAddress(String value)The public IP address of the machine.
 string public_ip_address = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe publicIpAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
setPublicIpAddressBytes(ByteString value)
public MachineNetworkDetails.Builder setPublicIpAddressBytes(ByteString value)The public IP address of the machine.
 string public_ip_address = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for publicIpAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MachineNetworkDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final MachineNetworkDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| MachineNetworkDetails.Builder | |