public final class

RequestProto.RegisterForDataNotificationsRequest

extends <any>

implements RequestProto.RegisterForDataNotificationsRequestOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intDATA_TYPES_FIELD_NUMBER

public static final intNOTIFICATIONINTENTACTION_FIELD_NUMBER

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

public DataProto.DataTypegetDataTypes(int index)

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public intgetDataTypesCount()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public java.util.List<DataProto.DataType>getDataTypesList()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public DataProto.DataTypeOrBuildergetDataTypesOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public java.util.List<DataProto.DataTypeOrBuilder>getDataTypesOrBuilderList()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public static RequestProto.RegisterForDataNotificationsRequestgetDefaultInstance()

public java.lang.StringgetNotificationIntentAction()

optional string notificationIntentAction = 1;

public com.google.protobuf.ByteStringgetNotificationIntentActionBytes()

optional string notificationIntentAction = 1;

public booleanhasNotificationIntentAction()

optional string notificationIntentAction = 1;

public static RequestProto.RegisterForDataNotificationsRequest.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static RequestProto.RegisterForDataNotificationsRequestparseFrom(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 NOTIFICATIONINTENTACTION_FIELD_NUMBER

public static final int DATA_TYPES_FIELD_NUMBER

Methods

public boolean hasNotificationIntentAction()

optional string notificationIntentAction = 1;

Returns:

Whether the notificationIntentAction field is set.

public java.lang.String getNotificationIntentAction()

optional string notificationIntentAction = 1;

Returns:

The notificationIntentAction.

public com.google.protobuf.ByteString getNotificationIntentActionBytes()

optional string notificationIntentAction = 1;

Returns:

The bytes for notificationIntentAction.

public java.util.List<DataProto.DataType> getDataTypesList()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public java.util.List<DataProto.DataTypeOrBuilder> getDataTypesOrBuilderList()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public int getDataTypesCount()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public DataProto.DataType getDataTypes(int index)

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public DataProto.DataTypeOrBuilder getDataTypesOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

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

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

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

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

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

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

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

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

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

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

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

public static RequestProto.RegisterForDataNotificationsRequest getDefaultInstance()

public static <any> parser()