public static interface ResponseMetaData.SchemaRestrictionResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActiveMetricRestrictions(int index)
public abstract ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction getActiveMetricRestrictions(int index) All restrictions actively enforced in creating the report. For example,
purchaseRevenue always has the restriction type REVENUE_DATA.
However, this active response restriction is only populated if the user's
custom role disallows access to REVENUE_DATA.
repeated .google.analytics.data.v1alpha.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction |
|
getActiveMetricRestrictionsCount()
public abstract int getActiveMetricRestrictionsCount() All restrictions actively enforced in creating the report. For example,
purchaseRevenue always has the restriction type REVENUE_DATA.
However, this active response restriction is only populated if the user's
custom role disallows access to REVENUE_DATA.
repeated .google.analytics.data.v1alpha.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getActiveMetricRestrictionsList()
public abstract List<ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction> getActiveMetricRestrictionsList() All restrictions actively enforced in creating the report. For example,
purchaseRevenue always has the restriction type REVENUE_DATA.
However, this active response restriction is only populated if the user's
custom role disallows access to REVENUE_DATA.
repeated .google.analytics.data.v1alpha.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Returns | |
|---|---|
| Type | Description |
List<ActiveMetricRestriction> |
|
getActiveMetricRestrictionsOrBuilder(int index)
public abstract ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder getActiveMetricRestrictionsOrBuilder(int index) All restrictions actively enforced in creating the report. For example,
purchaseRevenue always has the restriction type REVENUE_DATA.
However, this active response restriction is only populated if the user's
custom role disallows access to REVENUE_DATA.
repeated .google.analytics.data.v1alpha.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder |
|
getActiveMetricRestrictionsOrBuilderList()
public abstract List<? extends ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder> getActiveMetricRestrictionsOrBuilderList() All restrictions actively enforced in creating the report. For example,
purchaseRevenue always has the restriction type REVENUE_DATA.
However, this active response restriction is only populated if the user's
custom role disallows access to REVENUE_DATA.
repeated .google.analytics.data.v1alpha.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder> |
|