public interface QuotaAdjusterSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaAdjusterSettings.Enablement |
getEnablement()
Optional.
|
int |
getEnablementValue()
Optional.
|
String |
getEtag()
Optional.
|
com.google.protobuf.ByteString |
getEtagBytes()
Optional.
|
boolean |
getInherited()
Optional.
|
String |
getInheritedFrom()
Output only.
|
com.google.protobuf.ByteString |
getInheritedFromBytes()
Output only.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. Name of the config would be of the format: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. Name of the config would be of the format: projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];int getEnablementValue()
Optional. The configured value of the enablement at the given resource.
.google.api.cloudquotas.v1beta.QuotaAdjusterSettings.Enablement enablement = 2 [(.google.api.field_behavior) = OPTIONAL];
QuotaAdjusterSettings.Enablement getEnablement()
Optional. The configured value of the enablement at the given resource.
.google.api.cloudquotas.v1beta.QuotaAdjusterSettings.Enablement enablement = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasUpdateTime()
Output only. The timestamp when the QuotaAdjusterSettings resource was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The timestamp when the QuotaAdjusterSettings resource was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The timestamp when the QuotaAdjusterSettings resource was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getEtag()
Optional. The current ETag of the QuotaAdjusterSettings. If an ETag is provided on update and does not match the current server's ETag in the QuotaAdjusterSettings, the request is blocked and returns an ABORTED error. See https://google.aip.dev/134#etags for more details on ETags.
string etag = 6 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEtagBytes()
Optional. The current ETag of the QuotaAdjusterSettings. If an ETag is provided on update and does not match the current server's ETag in the QuotaAdjusterSettings, the request is blocked and returns an ABORTED error. See https://google.aip.dev/134#etags for more details on ETags.
string etag = 6 [(.google.api.field_behavior) = OPTIONAL];boolean getInherited()
Optional. Indicates whether the setting is inherited or explicitly specified.
bool inherited = 7 [(.google.api.field_behavior) = OPTIONAL];String getInheritedFrom()
Output only. The resource container from which the setting is inherited.
This refers to the nearest ancestor with enablement set (either ENABLED or
DISABLED). The value can be an organizations/{organization_id},
folders/{folder_id}, or can be 'default' if no ancestor exists with
enablement set. The value will be empty when enablement is directly set on
this container.
string inherited_from = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getInheritedFromBytes()
Output only. The resource container from which the setting is inherited.
This refers to the nearest ancestor with enablement set (either ENABLED or
DISABLED). The value can be an organizations/{organization_id},
folders/{folder_id}, or can be 'default' if no ancestor exists with
enablement set. The value will be empty when enablement is directly set on
this container.
string inherited_from = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.