Send feedback
Class AlertData (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public final class AlertData extends GeneratedMessageV3 implements AlertDataOrBuilder
The data within all Firebase Alerts.
Protobuf type google.events.firebase.firebasealerts.v1.AlertData
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Field Value
Type
Description
int
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AlertData getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AlertData . Builder newBuilder ()
newBuilder(AlertData prototype)
public static AlertData . Builder newBuilder ( AlertData prototype )
Parameter
Name
Description
prototype
AlertData
public static AlertData parseDelimitedFrom ( InputStream input )
public static AlertData parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AlertData parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AlertData parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AlertData parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AlertData parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AlertData parseFrom ( CodedInputStream input )
public static AlertData parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AlertData parseFrom ( InputStream input )
public static AlertData parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AlertData parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AlertData parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AlertData> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCreateTime()
public Timestamp getCreateTime ()
Time that the event has created
.google.protobuf.Timestamp create_time = 1;
Returns
Type
Description
Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Time that the event has created
.google.protobuf.Timestamp create_time = 1;
getDefaultInstanceForType()
public AlertData getDefaultInstanceForType ()
getEndTime()
public Timestamp getEndTime ()
Time that the event has ended. Optional, only present for alertsthat are
ongoing
.google.protobuf.Timestamp end_time = 2;
Returns
Type
Description
Timestamp
The endTime.
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder ()
Time that the event has ended. Optional, only present for alertsthat are
ongoing
.google.protobuf.Timestamp end_time = 2;
getParserForType()
public Parser<AlertData> getParserForType ()
Overrides
getPayload()
public Struct getPayload ()
Payload of the event, which includes the details of the specific alert.
It's a map of keys of String type and values of various types
.google.protobuf.Struct payload = 3;
Returns
Type
Description
Struct
The payload.
getPayloadOrBuilder()
public StructOrBuilder getPayloadOrBuilder ()
Payload of the event, which includes the details of the specific alert.
It's a map of keys of String type and values of various types
.google.protobuf.Struct payload = 3;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasCreateTime()
public boolean hasCreateTime ()
Time that the event has created
.google.protobuf.Timestamp create_time = 1;
Returns
Type
Description
boolean
Whether the createTime field is set.
hasEndTime()
public boolean hasEndTime ()
Time that the event has ended. Optional, only present for alertsthat are
ongoing
.google.protobuf.Timestamp end_time = 2;
Returns
Type
Description
boolean
Whether the endTime field is set.
hasPayload()
public boolean hasPayload ()
Payload of the event, which includes the details of the specific alert.
It's a map of keys of String type and values of various types
.google.protobuf.Struct payload = 3;
Returns
Type
Description
boolean
Whether the payload field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AlertData . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AlertData . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AlertData . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]