Class ResponsePlatformInfo.Builder (0.3.0)

public static final class ResponsePlatformInfo.Builder extends GeneratedMessage.Builder<ResponsePlatformInfo.Builder> implements ResponsePlatformInfoOrBuilder

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

Protobuf type google.backstory.ResponsePlatformInfo

Static 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
Overrides

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
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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ResponsePlatformInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ResponsePlatformInfo.Builder
Overrides

setAlertId(String value)

public ResponsePlatformInfo.Builder setAlertId(String value)

Id of the alert in SOAR product.

string alert_id = 2;

Parameter
Name Description
value String

The 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 ByteString

The 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.ResponsePlatformType

The 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 int

The enum numeric value on the wire for responsePlatformType to set.

Returns
Type Description
ResponsePlatformInfo.Builder

This builder for chaining.