| Modifier and Type | Method and Description |
|---|---|
static MetricMetadata.BlockedReason |
MetricMetadata.BlockedReason.forNumber(int value) |
MetricMetadata.BlockedReason |
MetricMetadata.getBlockedReasons(int index)
If reasons are specified, your access is blocked to this metric for this
property.
|
MetricMetadata.BlockedReason |
MetricMetadata.Builder.getBlockedReasons(int index)
If reasons are specified, your access is blocked to this metric for this
property.
|
MetricMetadata.BlockedReason |
MetricMetadataOrBuilder.getBlockedReasons(int index)
If reasons are specified, your access is blocked to this metric for this
property.
|
static MetricMetadata.BlockedReason |
MetricMetadata.BlockedReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetricMetadata.BlockedReason |
MetricMetadata.BlockedReason.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetricMetadata.BlockedReason |
MetricMetadata.BlockedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricMetadata.BlockedReason[] |
MetricMetadata.BlockedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricMetadata.BlockedReason> |
MetricMetadata.getBlockedReasonsList()
If reasons are specified, your access is blocked to this metric for this
property.
|
List<MetricMetadata.BlockedReason> |
MetricMetadata.Builder.getBlockedReasonsList()
If reasons are specified, your access is blocked to this metric for this
property.
|
List<MetricMetadata.BlockedReason> |
MetricMetadataOrBuilder.getBlockedReasonsList()
If reasons are specified, your access is blocked to this metric for this
property.
|
static com.google.protobuf.Internal.EnumLiteMap<MetricMetadata.BlockedReason> |
MetricMetadata.BlockedReason.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetricMetadata.Builder |
MetricMetadata.Builder.addBlockedReasons(MetricMetadata.BlockedReason value)
If reasons are specified, your access is blocked to this metric for this
property.
|
MetricMetadata.Builder |
MetricMetadata.Builder.setBlockedReasons(int index,
MetricMetadata.BlockedReason value)
If reasons are specified, your access is blocked to this metric for this
property.
|
| Modifier and Type | Method and Description |
|---|---|
MetricMetadata.Builder |
MetricMetadata.Builder.addAllBlockedReasons(Iterable<? extends MetricMetadata.BlockedReason> values)
If reasons are specified, your access is blocked to this metric for this
property.
|
Copyright © 2022 Google LLC. All rights reserved.