Class ResponsePlatformInfo (0.3.0)

public final class ResponsePlatformInfo extends GeneratedMessage implements ResponsePlatformInfoOrBuilder

Related info of an Alert in customer's SOAR platform.

Protobuf type google.backstory.ResponsePlatformInfo

Static Fields

ALERT_ID_FIELD_NUMBER

public static final int ALERT_ID_FIELD_NUMBER
Field Value
Type Description
int

RESPONSE_PLATFORM_TYPE_FIELD_NUMBER

public static final int RESPONSE_PLATFORM_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResponsePlatformInfo getDefaultInstance()
Returns
Type Description
ResponsePlatformInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ResponsePlatformInfo.Builder newBuilder()
Returns
Type Description
ResponsePlatformInfo.Builder

newBuilder(ResponsePlatformInfo prototype)

public static ResponsePlatformInfo.Builder newBuilder(ResponsePlatformInfo prototype)
Parameter
Name Description
prototype ResponsePlatformInfo
Returns
Type Description
ResponsePlatformInfo.Builder

parseDelimitedFrom(InputStream input)

public static ResponsePlatformInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponsePlatformInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ResponsePlatformInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResponsePlatformInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResponsePlatformInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResponsePlatformInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResponsePlatformInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponsePlatformInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ResponsePlatformInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponsePlatformInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ResponsePlatformInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResponsePlatformInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResponsePlatformInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ResponsePlatformInfo> parser()
Returns
Type Description
Parser<ResponsePlatformInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAlertId()

public String getAlertId()

Id of the alert in SOAR product.

string alert_id = 2;

Returns
Type Description
String

The alertId.

getAlertIdBytes()

public ByteString getAlertIdBytes()

Id of the alert in SOAR product.

string alert_id = 2;

Returns
Type Description
ByteString

The bytes for alertId.

getDefaultInstanceForType()

public ResponsePlatformInfo getDefaultInstanceForType()
Returns
Type Description
ResponsePlatformInfo

getParserForType()

public Parser<ResponsePlatformInfo> getParserForType()
Returns
Type Description
Parser<ResponsePlatformInfo>
Overrides

getResponsePlatformType()

public ResponsePlatformInfo.ResponsePlatformType getResponsePlatformType()

Type of SOAR product.

.google.backstory.ResponsePlatformInfo.ResponsePlatformType response_platform_type = 3;

Returns
Type Description
ResponsePlatformInfo.ResponsePlatformType

The responsePlatformType.

getResponsePlatformTypeValue()

public int getResponsePlatformTypeValue()

Type of SOAR product.

.google.backstory.ResponsePlatformInfo.ResponsePlatformType response_platform_type = 3;

Returns
Type Description
int

The enum numeric value on the wire for responsePlatformType.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ResponsePlatformInfo.Builder newBuilderForType()
Returns
Type Description
ResponsePlatformInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ResponsePlatformInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ResponsePlatformInfo.Builder
Overrides

toBuilder()

public ResponsePlatformInfo.Builder toBuilder()
Returns
Type Description
ResponsePlatformInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException