Send feedback
Class MetricHeader.Builder (0.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.46.0 keyboard_arrow_down
public static final class MetricHeader . Builder extends GeneratedMessageV3 . Builder<MetricHeader . Builder > implements MetricHeaderOrBuilder
Describes a metric column in the report. Visible metrics requested in a
report produce column entries within rows and MetricHeaders. However,
metrics used exclusively within filters or expressions do not produce columns
in a report; correspondingly, those metrics do not produce headers.
Protobuf type google.analytics.data.v1beta.MetricHeader
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public MetricHeader . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public MetricHeader build ()
public MetricHeader buildPartial ()
public MetricHeader . Builder clear ()
Overrides
public MetricHeader . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public MetricHeader . Builder clearName ()
The metric's name.
string name = 1;
public MetricHeader . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public MetricHeader . Builder clearType ()
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;
public MetricHeader . Builder clone ()
Overrides
public MetricHeader getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
The metric's name.
string name = 1;
Returns Type Description String
The name.
public ByteString getNameBytes ()
The metric's name.
string name = 1;
Returns Type Description ByteString
The bytes for name.
public MetricType getType ()
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;
public int getTypeValue ()
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;
Returns Type Description int
The enum numeric value on the wire for type.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public MetricHeader . Builder mergeFrom ( MetricHeader other )
public MetricHeader . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public MetricHeader . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
public final MetricHeader . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public MetricHeader . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public MetricHeader . Builder setName ( String value )
The metric's name.
string name = 1;
Parameter Name Description value
String
The name to set.
public MetricHeader . Builder setNameBytes ( ByteString value )
The metric's name.
string name = 1;
Parameter Name Description value
ByteString
The bytes for name to set.
public MetricHeader . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public MetricHeader . Builder setType ( MetricType value )
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;
Parameter Name Description value
MetricType
The type to set.
public MetricHeader . Builder setTypeValue ( int value )
The metric's data type.
.google.analytics.data.v1beta.MetricType type = 2;
Parameter Name Description value
int
The enum numeric value on the wire for type to set.
public final MetricHeader . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]