public final class

RequestProto.UnregisterFromDataNotificationsRequest

extends <any>

implements RequestProto.UnregisterFromDataNotificationsRequestOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
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 static RequestProto.UnregisterFromDataNotificationsRequestgetDefaultInstance()

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.UnregisterFromDataNotificationsRequest.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

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

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 static RequestProto.UnregisterFromDataNotificationsRequest parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

public static RequestProto.UnregisterFromDataNotificationsRequest 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.UnregisterFromDataNotificationsRequest getDefaultInstance()

public static <any> parser()