public interface BiosDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBiosName()
Deprecated.
google.cloud.migrationcenter.v1.BiosDetails.bios_name is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=2509
|
com.google.protobuf.ByteString |
getBiosNameBytes()
Deprecated.
google.cloud.migrationcenter.v1.BiosDetails.bios_name is deprecated. See
google/cloud/migrationcenter/v1/migrationcenter.proto;l=2509
|
String |
getId()
BIOS ID.
|
com.google.protobuf.ByteString |
getIdBytes()
BIOS ID.
|
String |
getManufacturer()
BIOS manufacturer.
|
com.google.protobuf.ByteString |
getManufacturerBytes()
BIOS manufacturer.
|
com.google.type.Date |
getReleaseDate()
BIOS release date.
|
com.google.type.DateOrBuilder |
getReleaseDateOrBuilder()
BIOS release date.
|
String |
getSmbiosUuid()
SMBIOS UUID.
|
com.google.protobuf.ByteString |
getSmbiosUuidBytes()
SMBIOS UUID.
|
String |
getVersion()
BIOS version.
|
com.google.protobuf.ByteString |
getVersionBytes()
BIOS version.
|
boolean |
hasReleaseDate()
BIOS release date.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getBiosName()
BIOS name. This fields is deprecated. Please use the `id` field instead.
string bios_name = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getBiosNameBytes()
BIOS name. This fields is deprecated. Please use the `id` field instead.
string bios_name = 1 [deprecated = true];String getId()
BIOS ID.
string id = 2;com.google.protobuf.ByteString getIdBytes()
BIOS ID.
string id = 2;String getManufacturer()
BIOS manufacturer.
string manufacturer = 3;com.google.protobuf.ByteString getManufacturerBytes()
BIOS manufacturer.
string manufacturer = 3;String getVersion()
BIOS version.
string version = 4;com.google.protobuf.ByteString getVersionBytes()
BIOS version.
string version = 4;boolean hasReleaseDate()
BIOS release date.
.google.type.Date release_date = 5;com.google.type.Date getReleaseDate()
BIOS release date.
.google.type.Date release_date = 5;com.google.type.DateOrBuilder getReleaseDateOrBuilder()
BIOS release date.
.google.type.Date release_date = 5;String getSmbiosUuid()
SMBIOS UUID.
string smbios_uuid = 6;com.google.protobuf.ByteString getSmbiosUuidBytes()
SMBIOS UUID.
string smbios_uuid = 6;Copyright © 2024 Google LLC. All rights reserved.