Class ExternalSystem (2.49.0)

public final class ExternalSystem extends GeneratedMessageV3 implements ExternalSystemOrBuilder

Representation of third party SIEM/SOAR fields within SCC.

Protobuf type google.cloud.securitycenter.v1.ExternalSystem

Static Fields

ASSIGNEES_FIELD_NUMBER

public static final int ASSIGNEES_FIELD_NUMBER
Field Value
TypeDescription
int

CASE_CLOSE_TIME_FIELD_NUMBER

public static final int CASE_CLOSE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

CASE_CREATE_TIME_FIELD_NUMBER

public static final int CASE_CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

CASE_PRIORITY_FIELD_NUMBER

public static final int CASE_PRIORITY_FIELD_NUMBER
Field Value
TypeDescription
int

CASE_SLA_FIELD_NUMBER

public static final int CASE_SLA_FIELD_NUMBER
Field Value
TypeDescription
int

CASE_URI_FIELD_NUMBER

public static final int CASE_URI_FIELD_NUMBER
Field Value
TypeDescription
int

EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER

public static final int EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

EXTERNAL_UID_FIELD_NUMBER

public static final int EXTERNAL_UID_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

TICKET_INFO_FIELD_NUMBER

public static final int TICKET_INFO_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExternalSystem getDefaultInstance()
Returns
TypeDescription
ExternalSystem

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ExternalSystem.Builder newBuilder()
Returns
TypeDescription
ExternalSystem.Builder

newBuilder(ExternalSystem prototype)

public static ExternalSystem.Builder newBuilder(ExternalSystem prototype)
Parameter
NameDescription
prototypeExternalSystem
Returns
TypeDescription
ExternalSystem.Builder

parseDelimitedFrom(InputStream input)

public static ExternalSystem parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExternalSystem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ExternalSystem parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ExternalSystem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ExternalSystem parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ExternalSystem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ExternalSystem parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ExternalSystem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ExternalSystem parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExternalSystem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ExternalSystem parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ExternalSystem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExternalSystem
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ExternalSystem> parser()
Returns
TypeDescription
Parser<ExternalSystem>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAssignees(int index)

public String getAssignees(int index)

References primary/secondary etc assignees in the external system.

repeated string assignees = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The assignees at the given index.

getAssigneesBytes(int index)

public ByteString getAssigneesBytes(int index)

References primary/secondary etc assignees in the external system.

repeated string assignees = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the assignees at the given index.

getAssigneesCount()

public int getAssigneesCount()

References primary/secondary etc assignees in the external system.

repeated string assignees = 2;

Returns
TypeDescription
int

The count of assignees.

getAssigneesList()

public ProtocolStringList getAssigneesList()

References primary/secondary etc assignees in the external system.

repeated string assignees = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the assignees.

getCaseCloseTime()

public Timestamp getCaseCloseTime()

The time when the case was closed, as reported by the external system.

.google.protobuf.Timestamp case_close_time = 11;

Returns
TypeDescription
Timestamp

The caseCloseTime.

getCaseCloseTimeOrBuilder()

public TimestampOrBuilder getCaseCloseTimeOrBuilder()

The time when the case was closed, as reported by the external system.

.google.protobuf.Timestamp case_close_time = 11;

Returns
TypeDescription
TimestampOrBuilder

getCaseCreateTime()

public Timestamp getCaseCreateTime()

The time when the case was created, as reported by the external system.

.google.protobuf.Timestamp case_create_time = 10;

Returns
TypeDescription
Timestamp

The caseCreateTime.

getCaseCreateTimeOrBuilder()

public TimestampOrBuilder getCaseCreateTimeOrBuilder()

The time when the case was created, as reported by the external system.

.google.protobuf.Timestamp case_create_time = 10;

Returns
TypeDescription
TimestampOrBuilder

getCasePriority()

public String getCasePriority()

The priority of the finding's corresponding case in the external system.

string case_priority = 7;

Returns
TypeDescription
String

The casePriority.

getCasePriorityBytes()

public ByteString getCasePriorityBytes()

The priority of the finding's corresponding case in the external system.

string case_priority = 7;

Returns
TypeDescription
ByteString

The bytes for casePriority.

getCaseSla()

public Timestamp getCaseSla()

The SLA of the finding's corresponding case in the external system.

.google.protobuf.Timestamp case_sla = 9;

Returns
TypeDescription
Timestamp

The caseSla.

getCaseSlaOrBuilder()

public TimestampOrBuilder getCaseSlaOrBuilder()

The SLA of the finding's corresponding case in the external system.

.google.protobuf.Timestamp case_sla = 9;

Returns
TypeDescription
TimestampOrBuilder

getCaseUri()

public String getCaseUri()

The link to the finding's corresponding case in the external system.

string case_uri = 6;

Returns
TypeDescription
String

The caseUri.

getCaseUriBytes()

public ByteString getCaseUriBytes()

The link to the finding's corresponding case in the external system.

string case_uri = 6;

Returns
TypeDescription
ByteString

The bytes for caseUri.

getDefaultInstanceForType()

public ExternalSystem getDefaultInstanceForType()
Returns
TypeDescription
ExternalSystem

getExternalSystemUpdateTime()

public Timestamp getExternalSystemUpdateTime()

The time when the case was last updated, as reported by the external system.

.google.protobuf.Timestamp external_system_update_time = 5;

Returns
TypeDescription
Timestamp

The externalSystemUpdateTime.

getExternalSystemUpdateTimeOrBuilder()

public TimestampOrBuilder getExternalSystemUpdateTimeOrBuilder()

The time when the case was last updated, as reported by the external system.

.google.protobuf.Timestamp external_system_update_time = 5;

Returns
TypeDescription
TimestampOrBuilder

getExternalUid()

public String getExternalUid()

The identifier that's used to track the finding's corresponding case in the external system.

string external_uid = 3;

Returns
TypeDescription
String

The externalUid.

getExternalUidBytes()

public ByteString getExternalUidBytes()

The identifier that's used to track the finding's corresponding case in the external system.

string external_uid = 3;

Returns
TypeDescription
ByteString

The bytes for externalUid.

getName()

public String getName()

Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<ExternalSystem> getParserForType()
Returns
TypeDescription
Parser<ExternalSystem>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStatus()

public String getStatus()

The most recent status of the finding's corresponding case, as reported by the external system.

string status = 4;

Returns
TypeDescription
String

The status.

getStatusBytes()

public ByteString getStatusBytes()

The most recent status of the finding's corresponding case, as reported by the external system.

string status = 4;

Returns
TypeDescription
ByteString

The bytes for status.

getTicketInfo()

public ExternalSystem.TicketInfo getTicketInfo()

Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.

.google.cloud.securitycenter.v1.ExternalSystem.TicketInfo ticket_info = 8;

Returns
TypeDescription
ExternalSystem.TicketInfo

The ticketInfo.

getTicketInfoOrBuilder()

public ExternalSystem.TicketInfoOrBuilder getTicketInfoOrBuilder()

Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.

.google.cloud.securitycenter.v1.ExternalSystem.TicketInfo ticket_info = 8;

Returns
TypeDescription
ExternalSystem.TicketInfoOrBuilder

hasCaseCloseTime()

public boolean hasCaseCloseTime()

The time when the case was closed, as reported by the external system.

.google.protobuf.Timestamp case_close_time = 11;

Returns
TypeDescription
boolean

Whether the caseCloseTime field is set.

hasCaseCreateTime()

public boolean hasCaseCreateTime()

The time when the case was created, as reported by the external system.

.google.protobuf.Timestamp case_create_time = 10;

Returns
TypeDescription
boolean

Whether the caseCreateTime field is set.

hasCaseSla()

public boolean hasCaseSla()

The SLA of the finding's corresponding case in the external system.

.google.protobuf.Timestamp case_sla = 9;

Returns
TypeDescription
boolean

Whether the caseSla field is set.

hasExternalSystemUpdateTime()

public boolean hasExternalSystemUpdateTime()

The time when the case was last updated, as reported by the external system.

.google.protobuf.Timestamp external_system_update_time = 5;

Returns
TypeDescription
boolean

Whether the externalSystemUpdateTime field is set.

hasTicketInfo()

public boolean hasTicketInfo()

Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.

.google.cloud.securitycenter.v1.ExternalSystem.TicketInfo ticket_info = 8;

Returns
TypeDescription
boolean

Whether the ticketInfo field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ExternalSystem.Builder newBuilderForType()
Returns
TypeDescription
ExternalSystem.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ExternalSystem.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ExternalSystem.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ExternalSystem.Builder toBuilder()
Returns
TypeDescription
ExternalSystem.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException