public final class ExternalSystem extends GeneratedMessageV3 implements ExternalSystemOrBuilder
Representation of third party SIEM/SOAR fields within SCC.
Protobuf type google.cloud.securitycenter.v1.ExternalSystem
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ASSIGNEES_FIELD_NUMBER
public static final int ASSIGNEES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CASE_CLOSE_TIME_FIELD_NUMBER
public static final int CASE_CLOSE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CASE_CREATE_TIME_FIELD_NUMBER
public static final int CASE_CREATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CASE_PRIORITY_FIELD_NUMBER
public static final int CASE_PRIORITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CASE_SLA_FIELD_NUMBER
public static final int CASE_SLA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CASE_URI_FIELD_NUMBER
public static final int CASE_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER
public static final int EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
EXTERNAL_UID_FIELD_NUMBER
public static final int EXTERNAL_UID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TICKET_INFO_FIELD_NUMBER
public static final int TICKET_INFO_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ExternalSystem getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExternalSystem.Builder newBuilder()
newBuilder(ExternalSystem prototype)
public static ExternalSystem.Builder newBuilder(ExternalSystem prototype)
public static ExternalSystem parseDelimitedFrom(InputStream input)
public static ExternalSystem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExternalSystem parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExternalSystem parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(CodedInputStream input)
public static ExternalSystem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(InputStream input)
public static ExternalSystem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExternalSystem parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExternalSystem> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAssignees(int index)
public String getAssignees(int index)
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
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 |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
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 |
---|
Type | Description |
int | The count of assignees.
|
getAssigneesList()
public ProtocolStringList getAssigneesList()
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
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 |
---|
Type | Description |
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;
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 |
---|
Type | Description |
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;
getCasePriority()
public String getCasePriority()
The priority of the finding's corresponding case in the external system.
string case_priority = 7;
Returns |
---|
Type | Description |
String | The casePriority.
|
getCasePriorityBytes()
public ByteString getCasePriorityBytes()
The priority of the finding's corresponding case in the external system.
string case_priority = 7;
Returns |
---|
Type | Description |
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;
getCaseSlaOrBuilder()
public TimestampOrBuilder getCaseSlaOrBuilder()
The SLA of the finding's corresponding case in the external system.
.google.protobuf.Timestamp case_sla = 9;
getCaseUri()
public String getCaseUri()
The link to the finding's corresponding case in the external system.
string case_uri = 6;
Returns |
---|
Type | Description |
String | The caseUri.
|
getCaseUriBytes()
public ByteString getCaseUriBytes()
The link to the finding's corresponding case in the external system.
string case_uri = 6;
Returns |
---|
Type | Description |
ByteString | The bytes for caseUri.
|
getDefaultInstanceForType()
public ExternalSystem getDefaultInstanceForType()
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 |
---|
Type | Description |
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;
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 |
---|
Type | Description |
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 |
---|
Type | Description |
ByteString | The bytes for externalUid.
|
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 |
---|
Type | Description |
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 |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<ExternalSystem> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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;
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;
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
boolean | Whether the ticketInfo field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExternalSystem.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExternalSystem.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ExternalSystem.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides