Class OrderBy.PivotOrderBy (0.52.0)

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

Static Fields

METRIC_NAME_FIELD_NUMBER

public static final int METRIC_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PIVOT_SELECTIONS_FIELD_NUMBER

public static final int PIVOT_SELECTIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static OrderBy.PivotOrderBy getDefaultInstance()
Returns
TypeDescription
OrderBy.PivotOrderBy

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static OrderBy.PivotOrderBy.Builder newBuilder()
Returns
TypeDescription
OrderBy.PivotOrderBy.Builder

newBuilder(OrderBy.PivotOrderBy prototype)

public static OrderBy.PivotOrderBy.Builder newBuilder(OrderBy.PivotOrderBy prototype)
Parameter
NameDescription
prototypeOrderBy.PivotOrderBy
Returns
TypeDescription
OrderBy.PivotOrderBy.Builder

parseDelimitedFrom(InputStream input)

public static OrderBy.PivotOrderBy parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OrderBy.PivotOrderBy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static OrderBy.PivotOrderBy parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OrderBy.PivotOrderBy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OrderBy.PivotOrderBy parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OrderBy.PivotOrderBy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OrderBy.PivotOrderBy parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OrderBy.PivotOrderBy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static OrderBy.PivotOrderBy parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OrderBy.PivotOrderBy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static OrderBy.PivotOrderBy parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OrderBy.PivotOrderBy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OrderBy.PivotOrderBy
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<OrderBy.PivotOrderBy> parser()
Returns
TypeDescription
Parser<PivotOrderBy>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public OrderBy.PivotOrderBy getDefaultInstanceForType()
Returns
TypeDescription
OrderBy.PivotOrderBy

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
TypeDescription
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
TypeDescription
ByteString

The bytes for metricName.

getParserForType()

public Parser<OrderBy.PivotOrderBy> getParserForType()
Returns
TypeDescription
Parser<PivotOrderBy>
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
NameDescription
indexint
Returns
TypeDescription
OrderBy.PivotOrderBy.PivotSelection

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
TypeDescription
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;

Returns
TypeDescription
List<PivotSelection>

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
NameDescription
indexint
Returns
TypeDescription
OrderBy.PivotOrderBy.PivotSelectionOrBuilder

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
TypeDescription
List<? extends com.google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelectionOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public OrderBy.PivotOrderBy.Builder newBuilderForType()
Returns
TypeDescription
OrderBy.PivotOrderBy.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OrderBy.PivotOrderBy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
OrderBy.PivotOrderBy.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public OrderBy.PivotOrderBy.Builder toBuilder()
Returns
TypeDescription
OrderBy.PivotOrderBy.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException