public final class ExpandedDataSet extends GeneratedMessageV3 implements ExpandedDataSetOrBuilder
A resource message representing a GA4 ExpandedDataSet.
Protobuf type google.analytics.admin.v1alpha.ExpandedDataSet
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATA_COLLECTION_START_TIME_FIELD_NUMBER
public static final int DATA_COLLECTION_START_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DIMENSION_FILTER_EXPRESSION_FIELD_NUMBER
public static final int DIMENSION_FILTER_EXPRESSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DIMENSION_NAMES_FIELD_NUMBER
public static final int DIMENSION_NAMES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
METRIC_NAMES_FIELD_NUMBER
public static final int METRIC_NAMES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ExpandedDataSet getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExpandedDataSet.Builder newBuilder()
newBuilder(ExpandedDataSet prototype)
public static ExpandedDataSet.Builder newBuilder(ExpandedDataSet prototype)
public static ExpandedDataSet parseDelimitedFrom(InputStream input)
public static ExpandedDataSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExpandedDataSet parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExpandedDataSet parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSet parseFrom(CodedInputStream input)
public static ExpandedDataSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSet parseFrom(InputStream input)
public static ExpandedDataSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExpandedDataSet parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExpandedDataSet> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDataCollectionStartTime()
public 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 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];
getDefaultInstanceForType()
public ExpandedDataSet getDefaultInstanceForType()
getDescription()
public 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 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 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];
getDimensionFilterExpressionOrBuilder()
public 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];
getDimensionNames(int index)
public 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 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 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 ProtocolStringList 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];
getDisplayName()
public 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 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 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 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 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 ProtocolStringList 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];
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 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.
|
getParserForType()
public Parser<ExpandedDataSet> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasDataCollectionStartTime()
public 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 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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExpandedDataSet.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExpandedDataSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ExpandedDataSet.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides