Package com.google.cloud.compute.v1
Interface QuotaExceededInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QuotaExceededInfo
,QuotaExceededInfo.Builder
public interface QuotaExceededInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsDimensions(String key)
The map holding related quota dimensions.Map<String,String>
getDimensions()
Deprecated.int
getDimensionsCount()
The map holding related quota dimensions.Map<String,String>
getDimensionsMap()
The map holding related quota dimensions.String
getDimensionsOrDefault(String key, String defaultValue)
The map holding related quota dimensions.String
getDimensionsOrThrow(String key)
The map holding related quota dimensions.double
getFutureLimit()
Future quota limit being rolled out.double
getLimit()
Current effective quota limit.String
getLimitName()
The name of the quota limit.com.google.protobuf.ByteString
getLimitNameBytes()
The name of the quota limit.String
getMetricName()
The Compute Engine quota metric name.com.google.protobuf.ByteString
getMetricNameBytes()
The Compute Engine quota metric name.String
getRolloutStatus()
Rollout status of the future quota limit.com.google.protobuf.ByteString
getRolloutStatusBytes()
Rollout status of the future quota limit.boolean
hasFutureLimit()
Future quota limit being rolled out.boolean
hasLimit()
Current effective quota limit.boolean
hasLimitName()
The name of the quota limit.boolean
hasMetricName()
The Compute Engine quota metric name.boolean
hasRolloutStatus()
Rollout status of the future quota limit.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDimensionsCount
int getDimensionsCount()
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;
-
containsDimensions
boolean containsDimensions(String key)
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;
-
getDimensions
@Deprecated Map<String,String> getDimensions()
Deprecated.UsegetDimensionsMap()
instead.
-
getDimensionsMap
Map<String,String> getDimensionsMap()
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;
-
getDimensionsOrDefault
String getDimensionsOrDefault(String key, String defaultValue)
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;
-
getDimensionsOrThrow
String getDimensionsOrThrow(String key)
The map holding related quota dimensions.
map<string, string> dimensions = 414334925;
-
hasFutureLimit
boolean hasFutureLimit()
Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
optional double future_limit = 456564287;
- Returns:
- Whether the futureLimit field is set.
-
getFutureLimit
double getFutureLimit()
Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
optional double future_limit = 456564287;
- Returns:
- The futureLimit.
-
hasLimit
boolean hasLimit()
Current effective quota limit. The limit's unit depends on the quota type or metric.
optional double limit = 102976443;
- Returns:
- Whether the limit field is set.
-
getLimit
double getLimit()
Current effective quota limit. The limit's unit depends on the quota type or metric.
optional double limit = 102976443;
- Returns:
- The limit.
-
hasLimitName
boolean hasLimitName()
The name of the quota limit.
optional string limit_name = 398197903;
- Returns:
- Whether the limitName field is set.
-
getLimitName
String getLimitName()
The name of the quota limit.
optional string limit_name = 398197903;
- Returns:
- The limitName.
-
getLimitNameBytes
com.google.protobuf.ByteString getLimitNameBytes()
The name of the quota limit.
optional string limit_name = 398197903;
- Returns:
- The bytes for limitName.
-
hasMetricName
boolean hasMetricName()
The Compute Engine quota metric name.
optional string metric_name = 409881530;
- Returns:
- Whether the metricName field is set.
-
getMetricName
String getMetricName()
The Compute Engine quota metric name.
optional string metric_name = 409881530;
- Returns:
- The metricName.
-
getMetricNameBytes
com.google.protobuf.ByteString getMetricNameBytes()
The Compute Engine quota metric name.
optional string metric_name = 409881530;
- Returns:
- The bytes for metricName.
-
hasRolloutStatus
boolean hasRolloutStatus()
Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.
optional string rollout_status = 476426816;
- Returns:
- Whether the rolloutStatus field is set.
-
getRolloutStatus
String getRolloutStatus()
Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.
optional string rollout_status = 476426816;
- Returns:
- The rolloutStatus.
-
getRolloutStatusBytes
com.google.protobuf.ByteString getRolloutStatusBytes()
Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.
optional string rollout_status = 476426816;
- Returns:
- The bytes for rolloutStatus.
-
-