public interface ResourceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPhysicalHost()
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host.
|
com.google.protobuf.ByteString |
getPhysicalHostBytes()
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host.
|
ResourceStatusPhysicalHostTopology |
getPhysicalHostTopology()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.
|
ResourceStatusPhysicalHostTopologyOrBuilder |
getPhysicalHostTopologyOrBuilder()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.
|
ResourceStatusScheduling |
getScheduling()
optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404; |
ResourceStatusSchedulingOrBuilder |
getSchedulingOrBuilder()
optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404; |
UpcomingMaintenance |
getUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
|
UpcomingMaintenanceOrBuilder |
getUpcomingMaintenanceOrBuilder()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
|
boolean |
hasPhysicalHost()
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host.
|
boolean |
hasPhysicalHostTopology()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.
|
boolean |
hasScheduling()
optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404; |
boolean |
hasUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhysicalHost()
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
optional string physical_host = 464370704;String getPhysicalHost()
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
optional string physical_host = 464370704;com.google.protobuf.ByteString getPhysicalHostBytes()
[Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
optional string physical_host = 464370704;boolean hasPhysicalHostTopology()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.
optional .google.cloud.compute.v1.ResourceStatusPhysicalHostTopology physical_host_topology = 390842814;
ResourceStatusPhysicalHostTopology getPhysicalHostTopology()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.
optional .google.cloud.compute.v1.ResourceStatusPhysicalHostTopology physical_host_topology = 390842814;
ResourceStatusPhysicalHostTopologyOrBuilder getPhysicalHostTopologyOrBuilder()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as well as the ID of the block, sub-block, and host on which the running instance is located.
optional .google.cloud.compute.v1.ResourceStatusPhysicalHostTopology physical_host_topology = 390842814;
boolean hasScheduling()
optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404;ResourceStatusScheduling getScheduling()
optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404;ResourceStatusSchedulingOrBuilder getSchedulingOrBuilder()
optional .google.cloud.compute.v1.ResourceStatusScheduling scheduling = 386688404;boolean hasUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
UpcomingMaintenance getUpcomingMaintenance()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
UpcomingMaintenanceOrBuilder getUpcomingMaintenanceOrBuilder()
optional .google.cloud.compute.v1.UpcomingMaintenance upcoming_maintenance = 227348592;
Copyright © 2025 Google LLC. All rights reserved.