public static final class ResponseMetaData.SchemaRestrictionResponse.Builder extends GeneratedMessage.Builder<ResponseMetaData.SchemaRestrictionResponse.Builder> implements ResponseMetaData.SchemaRestrictionResponseOrBuilder
The schema restrictions actively enforced in creating this report. To learn
more, see Access and data-restriction
management.
Protobuf type google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ResponseMetaData.SchemaRestrictionResponse.Builder addActiveMetricRestrictions(ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction value)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public ResponseMetaData.SchemaRestrictionResponse.Builder addActiveMetricRestrictions(ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder builderForValue)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public ResponseMetaData.SchemaRestrictionResponse.Builder addActiveMetricRestrictions(int index, ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction value)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public ResponseMetaData.SchemaRestrictionResponse.Builder addActiveMetricRestrictions(int index, ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder builderForValue)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder addActiveMetricRestrictionsBuilder()
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder addActiveMetricRestrictionsBuilder(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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ResponseMetaData.SchemaRestrictionResponse.Builder addAllActiveMetricRestrictions(Iterable<? extends ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction> values)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction>
|
public ResponseMetaData.SchemaRestrictionResponse build()
public ResponseMetaData.SchemaRestrictionResponse buildPartial()
public ResponseMetaData.SchemaRestrictionResponse.Builder clear()
Overrides
public ResponseMetaData.SchemaRestrictionResponse.Builder clearActiveMetricRestrictions()
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public 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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder getActiveMetricRestrictionsBuilder(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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder> getActiveMetricRestrictionsBuilderList()
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public 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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Returns |
| Type |
Description |
int |
|
public 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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public 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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public 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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Returns |
| Type |
Description |
List<? extends com.google.analytics.data.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestrictionOrBuilder> |
|
public ResponseMetaData.SchemaRestrictionResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ResponseMetaData.SchemaRestrictionResponse.Builder mergeFrom(ResponseMetaData.SchemaRestrictionResponse other)
public ResponseMetaData.SchemaRestrictionResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ResponseMetaData.SchemaRestrictionResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ResponseMetaData.SchemaRestrictionResponse.Builder removeActiveMetricRestrictions(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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ResponseMetaData.SchemaRestrictionResponse.Builder setActiveMetricRestrictions(int index, ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction value)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;
public ResponseMetaData.SchemaRestrictionResponse.Builder setActiveMetricRestrictions(int index, ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction.Builder builderForValue)
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.v1beta.ResponseMetaData.SchemaRestrictionResponse.ActiveMetricRestriction active_metric_restrictions = 1;