public final class

DataProto.DataType

extends <any>

implements DataProto.DataTypeOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.DataProto.DataType

Overview

 Unknown data type names will be ignored.
 
Protobuf type androidx.health.platform.client.proto.DataType

Summary

Fields
public static final intNAME_FIELD_NUMBER

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

public static DataProto.DataTypegetDefaultInstance()

public java.lang.StringgetName()

optional string name = 1;

public com.google.protobuf.ByteStringgetNameBytes()

optional string name = 1;

public booleanhasName()

optional string name = 1;

public static DataProto.DataType.BuildernewBuilder()

public static DataProto.DataType.BuildernewBuilder(DataProto.DataType prototype)

public static DataProto.DataTypeparseDelimitedFrom(java.io.InputStream input)

public static DataProto.DataTypeparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.DataTypeparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.DataTypeparseFrom(java.nio.ByteBuffer data)

public static DataProto.DataTypeparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.DataTypeparseFrom(com.google.protobuf.ByteString data)

public static DataProto.DataTypeparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.DataTypeparseFrom(com.google.protobuf.CodedInputStream input)

public static DataProto.DataTypeparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.DataTypeparseFrom(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 NAME_FIELD_NUMBER

Methods

public boolean hasName()

optional string name = 1;

Returns:

Whether the name field is set.

public java.lang.String getName()

optional string name = 1;

Returns:

The name.

public com.google.protobuf.ByteString getNameBytes()

optional string name = 1;

Returns:

The bytes for name.

public static DataProto.DataType parseFrom(java.nio.ByteBuffer data)

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

public static DataProto.DataType parseFrom(com.google.protobuf.ByteString data)

public static DataProto.DataType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static DataProto.DataType parseDelimitedFrom(java.io.InputStream input)

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

public static DataProto.DataType parseFrom(com.google.protobuf.CodedInputStream input)

public static DataProto.DataType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.DataType.Builder newBuilder()

public static DataProto.DataType.Builder newBuilder(DataProto.DataType prototype)

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

public static DataProto.DataType getDefaultInstance()

public static <any> parser()