Enum QuotaView (2.18.0)

public enum QuotaView extends Enum<QuotaView> implements ProtocolMessageEnum

Selected view of quota. Can be used to request more detailed quota information when retrieving quota metrics and limits.

Protobuf enum google.api.serviceusage.v1beta1.QuotaView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Only buckets with overrides are shown in the response.

BASIC = 1;

BASIC_VALUE

Only buckets with overrides are shown in the response.

BASIC = 1;

FULL

Include per-location buckets even if they do not have overrides. When the view is FULL, and a limit has regional or zonal quota, the limit will include buckets for all regions or zones that could support overrides, even if none are currently present. In some cases this will cause the response to become very large; callers that do not need this extra information should use the BASIC view instead.

FULL = 2;

FULL_VALUE

Include per-location buckets even if they do not have overrides. When the view is FULL, and a limit has regional or zonal quota, the limit will include buckets for all regions or zones that could support overrides, even if none are currently present. In some cases this will cause the response to become very large; callers that do not need this extra information should use the BASIC view instead.

FULL = 2;

QUOTA_VIEW_UNSPECIFIED

No quota view specified. Requests that do not specify a quota view will typically default to the BASIC view.

QUOTA_VIEW_UNSPECIFIED = 0;

QUOTA_VIEW_UNSPECIFIED_VALUE

No quota view specified. Requests that do not specify a quota view will typically default to the BASIC view.

QUOTA_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()