public final class

RequestProto.AggregateMetricSpec

extends <any>

implements RequestProto.AggregateMetricSpecOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.RequestProto.AggregateMetricSpec

Overview

Protobuf type androidx.health.platform.client.proto.AggregateMetricSpec

Summary

Fields
public static final intAGGREGATION_TYPE_FIELD_NUMBER

public static final intDATA_TYPE_NAME_FIELD_NUMBER

public static final intFIELD_NAME_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public java.lang.StringgetAggregationType()

 count, duration, etc

public com.google.protobuf.ByteStringgetAggregationTypeBytes()

 count, duration, etc

public java.lang.StringgetDataTypeName()

optional string data_type_name = 1;

public com.google.protobuf.ByteStringgetDataTypeNameBytes()

optional string data_type_name = 1;

public static RequestProto.AggregateMetricSpecgetDefaultInstance()

public java.lang.StringgetFieldName()

optional string field_name = 3;

public com.google.protobuf.ByteStringgetFieldNameBytes()

optional string field_name = 3;

public booleanhasAggregationType()

 count, duration, etc

public booleanhasDataTypeName()

optional string data_type_name = 1;

public booleanhasFieldName()

optional string field_name = 3;

public static RequestProto.AggregateMetricSpec.BuildernewBuilder()

public static RequestProto.AggregateMetricSpec.BuildernewBuilder(RequestProto.AggregateMetricSpec prototype)

public static RequestProto.AggregateMetricSpecparseDelimitedFrom(java.io.InputStream input)

public static RequestProto.AggregateMetricSpecparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpecparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpecparseFrom(java.nio.ByteBuffer data)

public static RequestProto.AggregateMetricSpecparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpecparseFrom(com.google.protobuf.ByteString data)

public static RequestProto.AggregateMetricSpecparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpecparseFrom(com.google.protobuf.CodedInputStream input)

public static RequestProto.AggregateMetricSpecparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpecparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int DATA_TYPE_NAME_FIELD_NUMBER

public static final int AGGREGATION_TYPE_FIELD_NUMBER

public static final int FIELD_NAME_FIELD_NUMBER

Methods

public boolean hasDataTypeName()

optional string data_type_name = 1;

Returns:

Whether the dataTypeName field is set.

public java.lang.String getDataTypeName()

optional string data_type_name = 1;

Returns:

The dataTypeName.

public com.google.protobuf.ByteString getDataTypeNameBytes()

optional string data_type_name = 1;

Returns:

The bytes for dataTypeName.

public boolean hasAggregationType()

 count, duration, etc
 
optional string aggregation_type = 2;

Returns:

Whether the aggregationType field is set.

public java.lang.String getAggregationType()

 count, duration, etc
 
optional string aggregation_type = 2;

Returns:

The aggregationType.

public com.google.protobuf.ByteString getAggregationTypeBytes()

 count, duration, etc
 
optional string aggregation_type = 2;

Returns:

The bytes for aggregationType.

public boolean hasFieldName()

optional string field_name = 3;

Returns:

Whether the fieldName field is set.

public java.lang.String getFieldName()

optional string field_name = 3;

Returns:

The fieldName.

public com.google.protobuf.ByteString getFieldNameBytes()

optional string field_name = 3;

Returns:

The bytes for fieldName.

public static RequestProto.AggregateMetricSpec parseFrom(java.nio.ByteBuffer data)

public static RequestProto.AggregateMetricSpec parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpec parseFrom(com.google.protobuf.ByteString data)

public static RequestProto.AggregateMetricSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpec parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpec parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpec parseDelimitedFrom(java.io.InputStream input)

public static RequestProto.AggregateMetricSpec parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpec parseFrom(com.google.protobuf.CodedInputStream input)

public static RequestProto.AggregateMetricSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.AggregateMetricSpec.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static RequestProto.AggregateMetricSpec getDefaultInstance()

public static <any> parser()