public interface

RequestProto.AggregateMetricSpecOrBuilder

 androidx.health.platform.client.proto.RequestProto.AggregateMetricSpecOrBuilder

Subclasses:

RequestProto.AggregateMetricSpec, RequestProto.AggregateMetricSpec.Builder

Summary

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

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.