Send feedback
Class OrderBy.PivotOrderBy (0.63.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.63.0 keyboard_arrow_down
public static final class OrderBy . PivotOrderBy extends GeneratedMessageV3 implements OrderBy . PivotOrderByOrBuilder
Sorts by a pivot column group.
Protobuf type google.analytics.data.v1beta.OrderBy.PivotOrderBy
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
METRIC_NAME_FIELD_NUMBER
public static final int METRIC_NAME_FIELD_NUMBER
Field Value
Type
Description
int
PIVOT_SELECTIONS_FIELD_NUMBER
public static final int PIVOT_SELECTIONS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static OrderBy . PivotOrderBy getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static OrderBy . PivotOrderBy . Builder newBuilder ()
newBuilder(OrderBy.PivotOrderBy prototype)
public static OrderBy . PivotOrderBy . Builder newBuilder ( OrderBy . PivotOrderBy prototype )
public static OrderBy . PivotOrderBy parseDelimitedFrom ( InputStream input )
public static OrderBy . PivotOrderBy parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static OrderBy . PivotOrderBy parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OrderBy . PivotOrderBy parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static OrderBy . PivotOrderBy parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OrderBy . PivotOrderBy parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static OrderBy . PivotOrderBy parseFrom ( CodedInputStream input )
public static OrderBy . PivotOrderBy parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static OrderBy . PivotOrderBy parseFrom ( InputStream input )
public static OrderBy . PivotOrderBy parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static OrderBy . PivotOrderBy parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OrderBy . PivotOrderBy parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<OrderBy . PivotOrderBy > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public OrderBy . PivotOrderBy getDefaultInstanceForType ()
getMetricName()
public String getMetricName ()
In the response to order by, order rows by this column. Must be a metric
name from the request.
string metric_name = 1;
Returns
Type
Description
String
The metricName.
getMetricNameBytes()
public ByteString getMetricNameBytes ()
In the response to order by, order rows by this column. Must be a metric
name from the request.
string metric_name = 1;
Returns
Type
Description
ByteString
The bytes for metricName.
getParserForType()
public Parser<OrderBy . PivotOrderBy > getParserForType ()
Overrides
getPivotSelections(int index)
public OrderBy . PivotOrderBy . PivotSelection getPivotSelections ( int index )
Used to select a dimension name and value pivot. If multiple pivot
selections are given, the sort occurs on rows where all pivot selection
dimension name and value pairs match the row's dimension name and value
pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
Parameter
Name
Description
index
int
getPivotSelectionsCount()
public int getPivotSelectionsCount ()
Used to select a dimension name and value pivot. If multiple pivot
selections are given, the sort occurs on rows where all pivot selection
dimension name and value pairs match the row's dimension name and value
pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
Returns
Type
Description
int
getPivotSelectionsList()
public List<OrderBy . PivotOrderBy . PivotSelection > getPivotSelectionsList ()
Used to select a dimension name and value pivot. If multiple pivot
selections are given, the sort occurs on rows where all pivot selection
dimension name and value pairs match the row's dimension name and value
pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
getPivotSelectionsOrBuilder(int index)
public OrderBy . PivotOrderBy . PivotSelectionOrBuilder getPivotSelectionsOrBuilder ( int index )
Used to select a dimension name and value pivot. If multiple pivot
selections are given, the sort occurs on rows where all pivot selection
dimension name and value pairs match the row's dimension name and value
pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
Parameter
Name
Description
index
int
getPivotSelectionsOrBuilderList()
public List <? extends OrderBy . PivotOrderBy . PivotSelectionOrBuilder > getPivotSelectionsOrBuilderList ()
Used to select a dimension name and value pivot. If multiple pivot
selections are given, the sort occurs on rows where all pivot selection
dimension name and value pairs match the row's dimension name and value
pair.
repeated .google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection pivot_selections = 2;
Returns
Type
Description
List <? extends com.google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelectionOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public OrderBy . PivotOrderBy . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OrderBy . PivotOrderBy . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public OrderBy . PivotOrderBy . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-28 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-28 UTC."],[],[]]