- 0.60.0 (latest)
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.52.0
 - 0.50.0
 - 0.49.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public interface MachineDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArchitecture()
public abstract MachineArchitectureDetails getArchitecture()Architecture details (vendor, CPU architecture).
 .google.cloud.migrationcenter.v1.MachineArchitectureDetails architecture = 7;
| Returns | |
|---|---|
| Type | Description | 
MachineArchitectureDetails | 
        The architecture.  | 
      
getArchitectureOrBuilder()
public abstract MachineArchitectureDetailsOrBuilder getArchitectureOrBuilder()Architecture details (vendor, CPU architecture).
 .google.cloud.migrationcenter.v1.MachineArchitectureDetails architecture = 7;
| Returns | |
|---|---|
| Type | Description | 
MachineArchitectureDetailsOrBuilder | 
        |
getCoreCount()
public abstract int getCoreCount()Number of CPU cores in the machine. Must be non-negative.
 int32 core_count = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The coreCount.  | 
      
getCreateTime()
public abstract Timestamp getCreateTime()Machine creation time.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Machine creation time.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDisks()
public abstract MachineDiskDetails getDisks()Disk details.
 .google.cloud.migrationcenter.v1.MachineDiskDetails disks = 10;
| Returns | |
|---|---|
| Type | Description | 
MachineDiskDetails | 
        The disks.  | 
      
getDisksOrBuilder()
public abstract MachineDiskDetailsOrBuilder getDisksOrBuilder()Disk details.
 .google.cloud.migrationcenter.v1.MachineDiskDetails disks = 10;
| Returns | |
|---|---|
| Type | Description | 
MachineDiskDetailsOrBuilder | 
        |
getGuestOs()
public abstract GuestOsDetails getGuestOs()Guest OS information.
 .google.cloud.migrationcenter.v1.GuestOsDetails guest_os = 8;
| Returns | |
|---|---|
| Type | Description | 
GuestOsDetails | 
        The guestOs.  | 
      
getGuestOsOrBuilder()
public abstract GuestOsDetailsOrBuilder getGuestOsOrBuilder()Guest OS information.
 .google.cloud.migrationcenter.v1.GuestOsDetails guest_os = 8;
| Returns | |
|---|---|
| Type | Description | 
GuestOsDetailsOrBuilder | 
        |
getMachineName()
public abstract String getMachineName()Machine name.
 string machine_name = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The machineName.  | 
      
getMachineNameBytes()
public abstract ByteString getMachineNameBytes()Machine name.
 string machine_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for machineName.  | 
      
getMemoryMb()
public abstract int getMemoryMb()The amount of memory in the machine. Must be non-negative.
 int32 memory_mb = 5;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The memoryMb.  | 
      
getNetwork()
public abstract MachineNetworkDetails getNetwork()Network details.
 .google.cloud.migrationcenter.v1.MachineNetworkDetails network = 9;
| Returns | |
|---|---|
| Type | Description | 
MachineNetworkDetails | 
        The network.  | 
      
getNetworkOrBuilder()
public abstract MachineNetworkDetailsOrBuilder getNetworkOrBuilder()Network details.
 .google.cloud.migrationcenter.v1.MachineNetworkDetails network = 9;
| Returns | |
|---|---|
| Type | Description | 
MachineNetworkDetailsOrBuilder | 
        |
getPlatform()
public abstract PlatformDetails getPlatform()Platform specific information.
 .google.cloud.migrationcenter.v1.PlatformDetails platform = 11;
| Returns | |
|---|---|
| Type | Description | 
PlatformDetails | 
        The platform.  | 
      
getPlatformOrBuilder()
public abstract PlatformDetailsOrBuilder getPlatformOrBuilder()Platform specific information.
 .google.cloud.migrationcenter.v1.PlatformDetails platform = 11;
| Returns | |
|---|---|
| Type | Description | 
PlatformDetailsOrBuilder | 
        |
getPowerState()
public abstract MachineDetails.PowerState getPowerState()Power state of the machine.
 .google.cloud.migrationcenter.v1.MachineDetails.PowerState power_state = 6;
| Returns | |
|---|---|
| Type | Description | 
MachineDetails.PowerState | 
        The powerState.  | 
      
getPowerStateValue()
public abstract int getPowerStateValue()Power state of the machine.
 .google.cloud.migrationcenter.v1.MachineDetails.PowerState power_state = 6;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for powerState.  | 
      
getUuid()
public abstract String getUuid()Machine unique identifier.
 string uuid = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The uuid.  | 
      
getUuidBytes()
public abstract ByteString getUuidBytes()Machine unique identifier.
 string uuid = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for uuid.  | 
      
hasArchitecture()
public abstract boolean hasArchitecture()Architecture details (vendor, CPU architecture).
 .google.cloud.migrationcenter.v1.MachineArchitectureDetails architecture = 7;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the architecture field is set.  | 
      
hasCreateTime()
public abstract boolean hasCreateTime()Machine creation time.
 .google.protobuf.Timestamp create_time = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasDisks()
public abstract boolean hasDisks()Disk details.
 .google.cloud.migrationcenter.v1.MachineDiskDetails disks = 10;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the disks field is set.  | 
      
hasGuestOs()
public abstract boolean hasGuestOs()Guest OS information.
 .google.cloud.migrationcenter.v1.GuestOsDetails guest_os = 8;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the guestOs field is set.  | 
      
hasNetwork()
public abstract boolean hasNetwork()Network details.
 .google.cloud.migrationcenter.v1.MachineNetworkDetails network = 9;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the network field is set.  | 
      
hasPlatform()
public abstract boolean hasPlatform()Platform specific information.
 .google.cloud.migrationcenter.v1.PlatformDetails platform = 11;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the platform field is set.  |