public final class BiosDetails extends GeneratedMessageV3 implements BiosDetailsOrBuilder
Details about the BIOS.
Protobuf type google.cloud.migrationcenter.v1.BiosDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BiosDetailsImplements
BiosDetailsOrBuilderStatic Fields
BIOS_NAME_FIELD_NUMBER
public static final int BIOS_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MANUFACTURER_FIELD_NUMBER
public static final int MANUFACTURER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RELEASE_DATE_FIELD_NUMBER
public static final int RELEASE_DATE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SMBIOS_UUID_FIELD_NUMBER
public static final int SMBIOS_UUID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static BiosDetails getDefaultInstance()
Returns | |
---|---|
Type | Description |
BiosDetails |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static BiosDetails.Builder newBuilder()
Returns | |
---|---|
Type | Description |
BiosDetails.Builder |
newBuilder(BiosDetails prototype)
public static BiosDetails.Builder newBuilder(BiosDetails prototype)
Parameter | |
---|---|
Name | Description |
prototype | BiosDetails |
Returns | |
---|---|
Type | Description |
BiosDetails.Builder |
parseDelimitedFrom(InputStream input)
public static BiosDetails parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BiosDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static BiosDetails parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BiosDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static BiosDetails parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BiosDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static BiosDetails parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BiosDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static BiosDetails parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BiosDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static BiosDetails parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BiosDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BiosDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<BiosDetails> parser()
Returns | |
---|---|
Type | Description |
Parser<BiosDetails> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getBiosName() (deprecated)
public String getBiosName()
Deprecated. google.cloud.migrationcenter.v1.BiosDetails.bios_name is deprecated. See google/cloud/migrationcenter/v1/migrationcenter.proto;l=2509
BIOS name.
This fields is deprecated. Please use the id
field instead.
string bios_name = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
String | The biosName. |
getBiosNameBytes() (deprecated)
public ByteString getBiosNameBytes()
Deprecated. google.cloud.migrationcenter.v1.BiosDetails.bios_name is deprecated. See google/cloud/migrationcenter/v1/migrationcenter.proto;l=2509
BIOS name.
This fields is deprecated. Please use the id
field instead.
string bios_name = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for biosName. |
getDefaultInstanceForType()
public BiosDetails getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BiosDetails |
getId()
public String getId()
BIOS ID.
string id = 2;
Returns | |
---|---|
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
BIOS ID.
string id = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getManufacturer()
public String getManufacturer()
BIOS manufacturer.
string manufacturer = 3;
Returns | |
---|---|
Type | Description |
String | The manufacturer. |
getManufacturerBytes()
public ByteString getManufacturerBytes()
BIOS manufacturer.
string manufacturer = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for manufacturer. |
getParserForType()
public Parser<BiosDetails> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<BiosDetails> |
getReleaseDate()
public Date getReleaseDate()
BIOS release date.
.google.type.Date release_date = 5;
Returns | |
---|---|
Type | Description |
com.google.type.Date | The releaseDate. |
getReleaseDateOrBuilder()
public DateOrBuilder getReleaseDateOrBuilder()
BIOS release date.
.google.type.Date release_date = 5;
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSmbiosUuid()
public String getSmbiosUuid()
SMBIOS UUID.
string smbios_uuid = 6;
Returns | |
---|---|
Type | Description |
String | The smbiosUuid. |
getSmbiosUuidBytes()
public ByteString getSmbiosUuidBytes()
SMBIOS UUID.
string smbios_uuid = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for smbiosUuid. |
getVersion()
public String getVersion()
BIOS version.
string version = 4;
Returns | |
---|---|
Type | Description |
String | The version. |
getVersionBytes()
public ByteString getVersionBytes()
BIOS version.
string version = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for version. |
hasReleaseDate()
public boolean hasReleaseDate()
BIOS release date.
.google.type.Date release_date = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the releaseDate field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public BiosDetails.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
BiosDetails.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BiosDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
BiosDetails.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public BiosDetails.Builder toBuilder()
Returns | |
---|---|
Type | Description |
BiosDetails.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |