Interface NetworkAdapterDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkAdapterDetails,NetworkAdapterDetails.Builder
public interface NetworkAdapterDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdapterType()Network adapter type (e.g.com.google.protobuf.ByteStringgetAdapterTypeBytes()Network adapter type (e.g.NetworkAddressListgetAddresses()NetworkAddressListNetworkAddressListOrBuildergetAddressesOrBuilder()NetworkAddressListStringgetMacAddress()MAC address.com.google.protobuf.ByteStringgetMacAddressBytes()MAC address.booleanhasAddresses()NetworkAddressList-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAdapterType
String getAdapterType()
Network adapter type (e.g. VMXNET3).
string adapter_type = 1;- Returns:
- The adapterType.
-
getAdapterTypeBytes
com.google.protobuf.ByteString getAdapterTypeBytes()
Network adapter type (e.g. VMXNET3).
string adapter_type = 1;- Returns:
- The bytes for adapterType.
-
getMacAddress
String getMacAddress()
MAC address.
string mac_address = 2;- Returns:
- The macAddress.
-
getMacAddressBytes
com.google.protobuf.ByteString getMacAddressBytes()
MAC address.
string mac_address = 2;- Returns:
- The bytes for macAddress.
-
hasAddresses
boolean hasAddresses()
NetworkAddressList
.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;- Returns:
- Whether the addresses field is set.
-
getAddresses
NetworkAddressList getAddresses()
NetworkAddressList
.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;- Returns:
- The addresses.
-
getAddressesOrBuilder
NetworkAddressListOrBuilder getAddressesOrBuilder()
NetworkAddressList
.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;
-
-