public final class SystemEventDetails extends GeneratedMessage implements SystemEventDetailsOrBuilderCaptures additional details for system-level events.
Protobuf type google.backstory.SystemEventDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SystemEventDetailsImplements
SystemEventDetailsOrBuilderStatic Fields
MESSAGE_TYPE_FIELD_NUMBER
public static final int MESSAGE_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SENDER_IMAGE_ID_FIELD_NUMBER
public static final int SENDER_IMAGE_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SUBSYSTEM_FIELD_NUMBER
public static final int SUBSYSTEM_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SystemEventDetails getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SystemEventDetails.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SystemEventDetails.Builder |
|
newBuilder(SystemEventDetails prototype)
public static SystemEventDetails.Builder newBuilder(SystemEventDetails prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SystemEventDetails |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails.Builder |
|
parseDelimitedFrom(InputStream input)
public static SystemEventDetails parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SystemEventDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SystemEventDetails parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SystemEventDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SystemEventDetails parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SystemEventDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SystemEventDetails parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SystemEventDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SystemEventDetails parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SystemEventDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SystemEventDetails parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SystemEventDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SystemEventDetails> parser()| Returns | |
|---|---|
| Type | Description |
Parser<SystemEventDetails> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public SystemEventDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SystemEventDetails |
|
getMessageType()
public String getMessageType()The specific type or category of the message.
string message_type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The messageType. |
getMessageTypeBytes()
public ByteString getMessageTypeBytes()The specific type or category of the message.
string message_type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for messageType. |
getParserForType()
public Parser<SystemEventDetails> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SystemEventDetails> |
|
getSenderImageId()
public String getSenderImageId()An identifier for the image associated with the sender of the message.
string sender_image_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The senderImageId. |
getSenderImageIdBytes()
public ByteString getSenderImageIdBytes()An identifier for the image associated with the sender of the message.
string sender_image_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for senderImageId. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSubsystem()
public String getSubsystem()The subsystem or component that generated the event.
string subsystem = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The subsystem. |
getSubsystemBytes()
public ByteString getSubsystemBytes()The subsystem or component that generated the event.
string subsystem = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subsystem. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SystemEventDetails.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SystemEventDetails.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SystemEventDetails.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SystemEventDetails.Builder |
|
toBuilder()
public SystemEventDetails.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SystemEventDetails.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|