public interface ResponsePlatformInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlertId()
public abstract String getAlertId()Id of the alert in SOAR product.
string alert_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The alertId. |
getAlertIdBytes()
public abstract ByteString getAlertIdBytes()Id of the alert in SOAR product.
string alert_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for alertId. |
getResponsePlatformType()
public abstract ResponsePlatformInfo.ResponsePlatformType getResponsePlatformType()Type of SOAR product.
.google.backstory.ResponsePlatformInfo.ResponsePlatformType response_platform_type = 3;
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.ResponsePlatformType |
The responsePlatformType. |
getResponsePlatformTypeValue()
public abstract 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. |