public static final class ResponsePlatformInfo.Builder extends GeneratedMessage.Builder<ResponsePlatformInfo.Builder> implements ResponsePlatformInfoOrBuilderRelated info of an Alert in customer's SOAR platform.
Protobuf type google.backstory.ResponsePlatformInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ResponsePlatformInfo.BuilderImplements
ResponsePlatformInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ResponsePlatformInfo build()| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo |
|
buildPartial()
public ResponsePlatformInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo |
|
clear()
public ResponsePlatformInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
|
clearAlertId()
public ResponsePlatformInfo.Builder clearAlertId()Id of the alert in SOAR product.
string alert_id = 2;
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
This builder for chaining. |
clearResponsePlatformType()
public ResponsePlatformInfo.Builder clearResponsePlatformType()Type of SOAR product.
.google.backstory.ResponsePlatformInfo.ResponsePlatformType response_platform_type = 3;
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
This builder for chaining. |
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 |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ResponsePlatformInfo other)
public ResponsePlatformInfo.Builder mergeFrom(ResponsePlatformInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ResponsePlatformInfo |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResponsePlatformInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ResponsePlatformInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
|
setAlertId(String value)
public ResponsePlatformInfo.Builder setAlertId(String value)Id of the alert in SOAR product.
string alert_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe alertId to set. |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
This builder for chaining. |
setAlertIdBytes(ByteString value)
public ResponsePlatformInfo.Builder setAlertIdBytes(ByteString value)Id of the alert in SOAR product.
string alert_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for alertId to set. |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
This builder for chaining. |
setResponsePlatformType(ResponsePlatformInfo.ResponsePlatformType value)
public ResponsePlatformInfo.Builder setResponsePlatformType(ResponsePlatformInfo.ResponsePlatformType value)Type of SOAR product.
.google.backstory.ResponsePlatformInfo.ResponsePlatformType response_platform_type = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ResponsePlatformInfo.ResponsePlatformTypeThe responsePlatformType to set. |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
This builder for chaining. |
setResponsePlatformTypeValue(int value)
public ResponsePlatformInfo.Builder setResponsePlatformTypeValue(int value)Type of SOAR product.
.google.backstory.ResponsePlatformInfo.ResponsePlatformType response_platform_type = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for responsePlatformType to set. |
| Returns | |
|---|---|
| Type | Description |
ResponsePlatformInfo.Builder |
This builder for chaining. |