| Modifier and Type | Method and Description |
|---|---|
static Compatibility |
Compatibility.forNumber(int value) |
Compatibility |
MetricCompatibilityOrBuilder.getCompatibility()
The compatibility of this metric.
|
Compatibility |
DimensionCompatibilityOrBuilder.getCompatibility()
The compatibility of this dimension.
|
Compatibility |
MetricCompatibility.getCompatibility()
The compatibility of this metric.
|
Compatibility |
MetricCompatibility.Builder.getCompatibility()
The compatibility of this metric.
|
Compatibility |
DimensionCompatibility.getCompatibility()
The compatibility of this dimension.
|
Compatibility |
DimensionCompatibility.Builder.getCompatibility()
The compatibility of this dimension.
|
Compatibility |
CheckCompatibilityRequestOrBuilder.getCompatibilityFilter()
Filters the dimensions and metrics in the response to just this
compatibility.
|
Compatibility |
CheckCompatibilityRequest.getCompatibilityFilter()
Filters the dimensions and metrics in the response to just this
compatibility.
|
Compatibility |
CheckCompatibilityRequest.Builder.getCompatibilityFilter()
Filters the dimensions and metrics in the response to just this
compatibility.
|
static Compatibility |
Compatibility.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Compatibility |
Compatibility.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Compatibility |
Compatibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compatibility[] |
Compatibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Compatibility> |
Compatibility.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetricCompatibility.Builder |
MetricCompatibility.Builder.setCompatibility(Compatibility value)
The compatibility of this metric.
|
DimensionCompatibility.Builder |
DimensionCompatibility.Builder.setCompatibility(Compatibility value)
The compatibility of this dimension.
|
CheckCompatibilityRequest.Builder |
CheckCompatibilityRequest.Builder.setCompatibilityFilter(Compatibility value)
Filters the dimensions and metrics in the response to just this
compatibility.
|
Copyright © 2022 Google LLC. All rights reserved.