public interface ResourceStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for physicalHost. |
getUpcomingMaintenance()
public abstract UpcomingMaintenance getUpcomingMaintenance()optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
| Returns | |
|---|---|
| Type | Description |
UpcomingMaintenance |
The upcomingMaintenance. |
getUpcomingMaintenanceOrBuilder()
public abstract UpcomingMaintenanceOrBuilder getUpcomingMaintenanceOrBuilder()optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
| Returns | |
|---|---|
| Type | Description |
UpcomingMaintenanceOrBuilder |
|
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 | |
|---|---|
| Type | Description |
boolean |
Whether the physicalHost field is set. |
hasUpcomingMaintenance()
public abstract boolean hasUpcomingMaintenance()optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the upcomingMaintenance field is set. |