- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public interface ExpandedDataSetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataCollectionStartTime()
public abstract Timestamp getDataCollectionStartTime()
Output only. Time when expanded data set began (or will begin) collecing data.
.google.protobuf.Timestamp data_collection_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The dataCollectionStartTime. |
getDataCollectionStartTimeOrBuilder()
public abstract TimestampOrBuilder getDataCollectionStartTimeOrBuilder()
Output only. Time when expanded data set began (or will begin) collecing data.
.google.protobuf.Timestamp data_collection_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDescription()
public abstract String getDescription()
Optional. The description of the ExpandedDataSet. Max 50 chars.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Optional. The description of the ExpandedDataSet. Max 50 chars.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDimensionFilterExpression()
public abstract ExpandedDataSetFilterExpression getDimensionFilterExpression()
Immutable. A logical expression of ExpandedDataSet filters applied to
dimension included in the ExpandedDataSet. This filter is used to reduce
the number of rows and thus the chance of encountering other
row.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression dimension_filter_expression = 6 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ExpandedDataSetFilterExpression |
The dimensionFilterExpression. |
getDimensionFilterExpressionOrBuilder()
public abstract ExpandedDataSetFilterExpressionOrBuilder getDimensionFilterExpressionOrBuilder()
Immutable. A logical expression of ExpandedDataSet filters applied to
dimension included in the ExpandedDataSet. This filter is used to reduce
the number of rows and thus the chance of encountering other
row.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression dimension_filter_expression = 6 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ExpandedDataSetFilterExpressionOrBuilder |
getDimensionNames(int index)
public abstract String getDimensionNames(int index)
Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.
repeated string dimension_names = 4 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The dimensionNames at the given index. |
getDimensionNamesBytes(int index)
public abstract ByteString getDimensionNamesBytes(int index)
Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.
repeated string dimension_names = 4 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the dimensionNames at the given index. |
getDimensionNamesCount()
public abstract int getDimensionNamesCount()
Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.
repeated string dimension_names = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
int |
The count of dimensionNames. |
getDimensionNamesList()
public abstract List<String> getDimensionNamesList()
Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.
repeated string dimension_names = 4 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the dimensionNames. |
getDisplayName()
public abstract String getDisplayName()
Required. The display name of the ExpandedDataSet. Max 200 chars.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Required. The display name of the ExpandedDataSet. Max 200 chars.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getMetricNames(int index)
public abstract String getMetricNames(int index)
Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.
repeated string metric_names = 5 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The metricNames at the given index. |
getMetricNamesBytes(int index)
public abstract ByteString getMetricNamesBytes(int index)
Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.
repeated string metric_names = 5 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the metricNames at the given index. |
getMetricNamesCount()
public abstract int getMetricNamesCount()
Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.
repeated string metric_names = 5 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
int |
The count of metricNames. |
getMetricNamesList()
public abstract List<String> getMetricNamesList()
Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.
repeated string metric_names = 5 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the metricNames. |
getName()
public abstract String getName()
Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasDataCollectionStartTime()
public abstract boolean hasDataCollectionStartTime()
Output only. Time when expanded data set began (or will begin) collecing data.
.google.protobuf.Timestamp data_collection_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataCollectionStartTime field is set. |
hasDimensionFilterExpression()
public abstract boolean hasDimensionFilterExpression()
Immutable. A logical expression of ExpandedDataSet filters applied to
dimension included in the ExpandedDataSet. This filter is used to reduce
the number of rows and thus the chance of encountering other
row.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression dimension_filter_expression = 6 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dimensionFilterExpression field is set. |