Package com.google.cloud.compute.v1
Interface ResourceStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceStatus
,ResourceStatus.Builder
public interface ResourceStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.com.google.protobuf.ByteString
getPhysicalHostBytes()
[Output Only] An opaque ID of the host on which the VM is running.boolean
hasPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPhysicalHost
boolean hasPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.
optional string physical_host = 464370704;
- Returns:
- Whether the physicalHost field is set.
-
getPhysicalHost
String getPhysicalHost()
[Output Only] An opaque ID of the host on which the VM is running.
optional string physical_host = 464370704;
- Returns:
- The physicalHost.
-
getPhysicalHostBytes
com.google.protobuf.ByteString getPhysicalHostBytes()
[Output Only] An opaque ID of the host on which the VM is running.
optional string physical_host = 464370704;
- Returns:
- The bytes for physicalHost.
-
-