public static interface ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricName()
The name of the restricted metric.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
The name of the restricted metric.
|
RestrictedMetricType |
getRestrictedMetricTypes(int index)
The reason for this metric's restriction.
|
int |
getRestrictedMetricTypesCount()
The reason for this metric's restriction.
|
List<RestrictedMetricType> |
getRestrictedMetricTypesList()
The reason for this metric's restriction.
|
int |
getRestrictedMetricTypesValue(int index)
The reason for this metric's restriction.
|
List<Integer> |
getRestrictedMetricTypesValueList()
The reason for this metric's restriction.
|
boolean |
hasMetricName()
The name of the restricted metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricName()
The name of the restricted metric.
optional string metric_name = 1;String getMetricName()
The name of the restricted metric.
optional string metric_name = 1;com.google.protobuf.ByteString getMetricNameBytes()
The name of the restricted metric.
optional string metric_name = 1;List<RestrictedMetricType> getRestrictedMetricTypesList()
The reason for this metric's restriction.
repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
int getRestrictedMetricTypesCount()
The reason for this metric's restriction.
repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
RestrictedMetricType getRestrictedMetricTypes(int index)
The reason for this metric's restriction.
repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
index - The index of the element to return.List<Integer> getRestrictedMetricTypesValueList()
The reason for this metric's restriction.
repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
int getRestrictedMetricTypesValue(int index)
The reason for this metric's restriction.
repeated .google.analytics.data.v1beta.RestrictedMetricType restricted_metric_types = 2;
index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.