public interface AllocationResourceStatusSpecificSKUAllocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUtilizations(String key)
Per service utilization breakdown.
|
String |
getSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.
|
com.google.protobuf.ByteString |
getSourceInstanceTemplateIdBytes()
ID of the instance template used to populate reservation properties.
|
Map<String,Long> |
getUtilizations()
Deprecated.
|
int |
getUtilizationsCount()
Per service utilization breakdown.
|
Map<String,Long> |
getUtilizationsMap()
Per service utilization breakdown.
|
long |
getUtilizationsOrDefault(String key,
long defaultValue)
Per service utilization breakdown.
|
long |
getUtilizationsOrThrow(String key)
Per service utilization breakdown.
|
boolean |
hasSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.
optional string source_instance_template_id = 111196154;String getSourceInstanceTemplateId()
ID of the instance template used to populate reservation properties.
optional string source_instance_template_id = 111196154;com.google.protobuf.ByteString getSourceInstanceTemplateIdBytes()
ID of the instance template used to populate reservation properties.
optional string source_instance_template_id = 111196154;int getUtilizationsCount()
Per service utilization breakdown. The Key is the Google Cloud managed service name.
map<string, int64> utilizations = 402495121;boolean containsUtilizations(String key)
Per service utilization breakdown. The Key is the Google Cloud managed service name.
map<string, int64> utilizations = 402495121;@Deprecated Map<String,Long> getUtilizations()
getUtilizationsMap() instead.Map<String,Long> getUtilizationsMap()
Per service utilization breakdown. The Key is the Google Cloud managed service name.
map<string, int64> utilizations = 402495121;long getUtilizationsOrDefault(String key, long defaultValue)
Per service utilization breakdown. The Key is the Google Cloud managed service name.
map<string, int64> utilizations = 402495121;long getUtilizationsOrThrow(String key)
Per service utilization breakdown. The Key is the Google Cloud managed service name.
map<string, int64> utilizations = 402495121;Copyright © 2025 Google LLC. All rights reserved.