The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#active_metric_restrictions
def active_metric_restrictions() -> ::Array<::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction>
Returns
-
(::Array<::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction>) — All restrictions actively enforced in creating the report. For example,
purchaseRevenue
always has the restriction typeREVENUE_DATA
. However, this active response restriction is only populated if the user's custom role disallows access toREVENUE_DATA
.
#active_metric_restrictions=
def active_metric_restrictions=(value) -> ::Array<::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction>
Parameter
-
value (::Array<::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction>) — All restrictions actively enforced in creating the report. For example,
purchaseRevenue
always has the restriction typeREVENUE_DATA
. However, this active response restriction is only populated if the user's custom role disallows access toREVENUE_DATA
.
Returns
-
(::Array<::Google::Analytics::Data::V1beta::ResponseMetaData::SchemaRestrictionResponse::ActiveMetricRestriction>) — All restrictions actively enforced in creating the report. For example,
purchaseRevenue
always has the restriction typeREVENUE_DATA
. However, this active response restriction is only populated if the user's custom role disallows access toREVENUE_DATA
.