public interface InstanceConsumptionDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstanceConsumptionInfo |
getConsumptionInfo()
Resources consumed by the instance.
|
InstanceConsumptionInfoOrBuilder |
getConsumptionInfoOrBuilder()
Resources consumed by the instance.
|
String |
getInstance()
Server-defined URL for the instance.
|
com.google.protobuf.ByteString |
getInstanceBytes()
Server-defined URL for the instance.
|
boolean |
hasConsumptionInfo()
Resources consumed by the instance.
|
boolean |
hasInstance()
Server-defined URL for the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConsumptionInfo()
Resources consumed by the instance.
optional .google.cloud.compute.v1.InstanceConsumptionInfo consumption_info = 146354898;
InstanceConsumptionInfo getConsumptionInfo()
Resources consumed by the instance.
optional .google.cloud.compute.v1.InstanceConsumptionInfo consumption_info = 146354898;
InstanceConsumptionInfoOrBuilder getConsumptionInfoOrBuilder()
Resources consumed by the instance.
optional .google.cloud.compute.v1.InstanceConsumptionInfo consumption_info = 146354898;
boolean hasInstance()
Server-defined URL for the instance.
optional string instance = 18257045;String getInstance()
Server-defined URL for the instance.
optional string instance = 18257045;com.google.protobuf.ByteString getInstanceBytes()
Server-defined URL for the instance.
optional string instance = 18257045;Copyright © 2023 Google LLC. All rights reserved.