public interface GuestOsDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GuestConfigDetails |
getConfig()
OS and app configuration.
|
GuestConfigDetailsOrBuilder |
getConfigOrBuilder()
OS and app configuration.
|
OperatingSystemFamily |
getFamily()
What family the OS belong to, if known.
|
int |
getFamilyValue()
What family the OS belong to, if known.
|
String |
getOsName()
The name of the operating system.
|
com.google.protobuf.ByteString |
getOsNameBytes()
The name of the operating system.
|
GuestRuntimeDetails |
getRuntime()
Runtime information.
|
GuestRuntimeDetailsOrBuilder |
getRuntimeOrBuilder()
Runtime information.
|
String |
getVersion()
The version of the operating system.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version of the operating system.
|
boolean |
hasConfig()
OS and app configuration.
|
boolean |
hasRuntime()
Runtime information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOsName()
The name of the operating system.
string os_name = 1;com.google.protobuf.ByteString getOsNameBytes()
The name of the operating system.
string os_name = 1;int getFamilyValue()
What family the OS belong to, if known.
.google.cloud.migrationcenter.v1.OperatingSystemFamily family = 2;OperatingSystemFamily getFamily()
What family the OS belong to, if known.
.google.cloud.migrationcenter.v1.OperatingSystemFamily family = 2;String getVersion()
The version of the operating system.
string version = 3;com.google.protobuf.ByteString getVersionBytes()
The version of the operating system.
string version = 3;boolean hasConfig()
OS and app configuration.
.google.cloud.migrationcenter.v1.GuestConfigDetails config = 4;GuestConfigDetails getConfig()
OS and app configuration.
.google.cloud.migrationcenter.v1.GuestConfigDetails config = 4;GuestConfigDetailsOrBuilder getConfigOrBuilder()
OS and app configuration.
.google.cloud.migrationcenter.v1.GuestConfigDetails config = 4;boolean hasRuntime()
Runtime information.
.google.cloud.migrationcenter.v1.GuestRuntimeDetails runtime = 5;GuestRuntimeDetails getRuntime()
Runtime information.
.google.cloud.migrationcenter.v1.GuestRuntimeDetails runtime = 5;GuestRuntimeDetailsOrBuilder getRuntimeOrBuilder()
Runtime information.
.google.cloud.migrationcenter.v1.GuestRuntimeDetails runtime = 5;Copyright © 2024 Google LLC. All rights reserved.