Interface ResourceStatusOrBuilder (1.42.0)

public interface ResourceStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPhysicalHost()

public abstract String getPhysicalHost()

[Output Only] An opaque ID of the host on which the VM is running.

optional string physical_host = 464370704;

Returns
TypeDescription
String

The physicalHost.

getPhysicalHostBytes()

public abstract ByteString getPhysicalHostBytes()

[Output Only] An opaque ID of the host on which the VM is running.

optional string physical_host = 464370704;

Returns
TypeDescription
ByteString

The bytes for physicalHost.

hasPhysicalHost()

public abstract boolean hasPhysicalHost()

[Output Only] An opaque ID of the host on which the VM is running.

optional string physical_host = 464370704;

Returns
TypeDescription
boolean

Whether the physicalHost field is set.