Uses of Class
com.google.cloud.migrationcenter.v1.GuestOsDetails
-
Packages that use GuestOsDetails Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of GuestOsDetails in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GuestOsDetails Modifier and Type Method Description GuestOsDetails
GuestOsDetails.Builder. build()
GuestOsDetails
GuestOsDetails.Builder. buildPartial()
static GuestOsDetails
GuestOsDetails. getDefaultInstance()
GuestOsDetails
GuestOsDetails.Builder. getDefaultInstanceForType()
GuestOsDetails
GuestOsDetails. getDefaultInstanceForType()
GuestOsDetails
MachineDetails.Builder. getGuestOs()
Guest OS information.GuestOsDetails
MachineDetails. getGuestOs()
Guest OS information.GuestOsDetails
MachineDetailsOrBuilder. getGuestOs()
Guest OS information.static GuestOsDetails
GuestOsDetails. parseDelimitedFrom(InputStream input)
static GuestOsDetails
GuestOsDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
GuestOsDetails. parseFrom(byte[] data)
static GuestOsDetails
GuestOsDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
GuestOsDetails. parseFrom(com.google.protobuf.ByteString data)
static GuestOsDetails
GuestOsDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
GuestOsDetails. parseFrom(com.google.protobuf.CodedInputStream input)
static GuestOsDetails
GuestOsDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
GuestOsDetails. parseFrom(InputStream input)
static GuestOsDetails
GuestOsDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
GuestOsDetails. parseFrom(ByteBuffer data)
static GuestOsDetails
GuestOsDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GuestOsDetails Modifier and Type Method Description com.google.protobuf.Parser<GuestOsDetails>
GuestOsDetails. getParserForType()
static com.google.protobuf.Parser<GuestOsDetails>
GuestOsDetails. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type GuestOsDetails Modifier and Type Method Description GuestOsDetails.Builder
GuestOsDetails.Builder. mergeFrom(GuestOsDetails other)
MachineDetails.Builder
MachineDetails.Builder. mergeGuestOs(GuestOsDetails value)
Guest OS information.static GuestOsDetails.Builder
GuestOsDetails. newBuilder(GuestOsDetails prototype)
MachineDetails.Builder
MachineDetails.Builder. setGuestOs(GuestOsDetails value)
Guest OS information.
-