| Modifier and Type | Method and Description |
|---|---|
static RestrictedMetricType |
RestrictedMetricType.forNumber(int value) |
RestrictedMetricType |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder.getRestrictedMetricTypes(int index)
The reason for this metric's restriction.
|
RestrictedMetricType |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.getRestrictedMetricTypes(int index)
The reason for this metric's restriction.
|
RestrictedMetricType |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder.getRestrictedMetricTypes(int index)
The reason for this metric's restriction.
|
static RestrictedMetricType |
RestrictedMetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RestrictedMetricType |
RestrictedMetricType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RestrictedMetricType |
RestrictedMetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictedMetricType[] |
RestrictedMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestrictedMetricType> |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder.getRestrictedMetricTypesList()
The reason for this metric's restriction.
|
List<RestrictedMetricType> |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.getRestrictedMetricTypesList()
The reason for this metric's restriction.
|
List<RestrictedMetricType> |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder.getRestrictedMetricTypesList()
The reason for this metric's restriction.
|
static com.google.protobuf.Internal.EnumLiteMap<RestrictedMetricType> |
RestrictedMetricType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder.addRestrictedMetricTypes(RestrictedMetricType value)
The reason for this metric's restriction.
|
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder.setRestrictedMetricTypes(int index,
RestrictedMetricType value)
The reason for this metric's restriction.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder.addAllRestrictedMetricTypes(Iterable<? extends RestrictedMetricType> values)
The reason for this metric's restriction.
|
Copyright © 2022 Google LLC. All rights reserved.