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 GuestOsDetailsGuestOsDetails.Builder. build()GuestOsDetailsGuestOsDetails.Builder. buildPartial()static GuestOsDetailsGuestOsDetails. getDefaultInstance()GuestOsDetailsGuestOsDetails.Builder. getDefaultInstanceForType()GuestOsDetailsGuestOsDetails. getDefaultInstanceForType()GuestOsDetailsMachineDetails.Builder. getGuestOs()Guest OS information.GuestOsDetailsMachineDetails. getGuestOs()Guest OS information.GuestOsDetailsMachineDetailsOrBuilder. getGuestOs()Guest OS information.static GuestOsDetailsGuestOsDetails. parseDelimitedFrom(InputStream input)static GuestOsDetailsGuestOsDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestOsDetailsGuestOsDetails. parseFrom(byte[] data)static GuestOsDetailsGuestOsDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestOsDetailsGuestOsDetails. parseFrom(com.google.protobuf.ByteString data)static GuestOsDetailsGuestOsDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestOsDetailsGuestOsDetails. parseFrom(com.google.protobuf.CodedInputStream input)static GuestOsDetailsGuestOsDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestOsDetailsGuestOsDetails. parseFrom(InputStream input)static GuestOsDetailsGuestOsDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GuestOsDetailsGuestOsDetails. parseFrom(ByteBuffer data)static GuestOsDetailsGuestOsDetails. 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.BuilderGuestOsDetails.Builder. mergeFrom(GuestOsDetails other)MachineDetails.BuilderMachineDetails.Builder. mergeGuestOs(GuestOsDetails value)Guest OS information.static GuestOsDetails.BuilderGuestOsDetails. newBuilder(GuestOsDetails prototype)MachineDetails.BuilderMachineDetails.Builder. setGuestOs(GuestOsDetails value)Guest OS information.
-