public interface MetricHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The metric's name.
|
com.google.protobuf.ByteString |
getNameBytes()
The metric's name.
|
MetricType |
getType()
The metric's data type.
|
int |
getTypeValue()
The metric's data type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The metric's name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The metric's name.
string name = 1;int getTypeValue()
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;MetricType getType()
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;Copyright © 2022 Google LLC. All rights reserved.