public interface ExternalSystemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignees(int index)
References primary/secondary etc assignees in the external system.
|
com.google.protobuf.ByteString |
getAssigneesBytes(int index)
References primary/secondary etc assignees in the external system.
|
int |
getAssigneesCount()
References primary/secondary etc assignees in the external system.
|
List<String> |
getAssigneesList()
References primary/secondary etc assignees in the external system.
|
com.google.protobuf.Timestamp |
getCaseCloseTime()
The time when the case was closed, as reported by the external system.
|
com.google.protobuf.TimestampOrBuilder |
getCaseCloseTimeOrBuilder()
The time when the case was closed, as reported by the external system.
|
com.google.protobuf.Timestamp |
getCaseCreateTime()
The time when the case was created, as reported by the external system.
|
com.google.protobuf.TimestampOrBuilder |
getCaseCreateTimeOrBuilder()
The time when the case was created, as reported by the external system.
|
String |
getCasePriority()
The priority of the finding's corresponding case in the external system.
|
com.google.protobuf.ByteString |
getCasePriorityBytes()
The priority of the finding's corresponding case in the external system.
|
com.google.protobuf.Timestamp |
getCaseSla()
The SLA of the finding's corresponding case in the external system.
|
com.google.protobuf.TimestampOrBuilder |
getCaseSlaOrBuilder()
The SLA of the finding's corresponding case in the external system.
|
String |
getCaseUri()
The link to the finding's corresponding case in the external system.
|
com.google.protobuf.ByteString |
getCaseUriBytes()
The link to the finding's corresponding case in the external system.
|
com.google.protobuf.Timestamp |
getExternalSystemUpdateTime()
The time when the case was last updated, as reported by the external
system.
|
com.google.protobuf.TimestampOrBuilder |
getExternalSystemUpdateTimeOrBuilder()
The time when the case was last updated, as reported by the external
system.
|
String |
getExternalUid()
The identifier that's used to track the finding's corresponding case in the
external system.
|
com.google.protobuf.ByteString |
getExternalUidBytes()
The identifier that's used to track the finding's corresponding case in the
external system.
|
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"
|
com.google.protobuf.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 |
getStatus()
The most recent status of the finding's corresponding case, as reported by
the external system.
|
com.google.protobuf.ByteString |
getStatusBytes()
The most recent status of the finding's corresponding case, as reported by
the external system.
|
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.
|
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.
|
boolean |
hasCaseCloseTime()
The time when the case was closed, as reported by the external system.
|
boolean |
hasCaseCreateTime()
The time when the case was created, as reported by the external system.
|
boolean |
hasCaseSla()
The SLA of the finding's corresponding case in the external system.
|
boolean |
hasExternalSystemUpdateTime()
The time when the case was last updated, as reported by the external
system.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;List<String> getAssigneesList()
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;int getAssigneesCount()
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;String getAssignees(int index)
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;index - The index of the element to return.com.google.protobuf.ByteString getAssigneesBytes(int index)
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;index - The index of the value to return.String getExternalUid()
The identifier that's used to track the finding's corresponding case in the external system.
string external_uid = 3;com.google.protobuf.ByteString getExternalUidBytes()
The identifier that's used to track the finding's corresponding case in the external system.
string external_uid = 3;String getStatus()
The most recent status of the finding's corresponding case, as reported by the external system.
string status = 4;com.google.protobuf.ByteString getStatusBytes()
The most recent status of the finding's corresponding case, as reported by the external system.
string status = 4;boolean hasExternalSystemUpdateTime()
The time when the case was last updated, as reported by the external system.
.google.protobuf.Timestamp external_system_update_time = 5;com.google.protobuf.Timestamp getExternalSystemUpdateTime()
The time when the case was last updated, as reported by the external system.
.google.protobuf.Timestamp external_system_update_time = 5;com.google.protobuf.TimestampOrBuilder getExternalSystemUpdateTimeOrBuilder()
The time when the case was last updated, as reported by the external system.
.google.protobuf.Timestamp external_system_update_time = 5;String getCaseUri()
The link to the finding's corresponding case in the external system.
string case_uri = 6;com.google.protobuf.ByteString getCaseUriBytes()
The link to the finding's corresponding case in the external system.
string case_uri = 6;String getCasePriority()
The priority of the finding's corresponding case in the external system.
string case_priority = 7;com.google.protobuf.ByteString getCasePriorityBytes()
The priority of the finding's corresponding case in the external system.
string case_priority = 7;boolean hasCaseSla()
The SLA of the finding's corresponding case in the external system.
.google.protobuf.Timestamp case_sla = 9;com.google.protobuf.Timestamp getCaseSla()
The SLA of the finding's corresponding case in the external system.
.google.protobuf.Timestamp case_sla = 9;com.google.protobuf.TimestampOrBuilder getCaseSlaOrBuilder()
The SLA of the finding's corresponding case in the external system.
.google.protobuf.Timestamp case_sla = 9;boolean hasCaseCreateTime()
The time when the case was created, as reported by the external system.
.google.protobuf.Timestamp case_create_time = 10;com.google.protobuf.Timestamp getCaseCreateTime()
The time when the case was created, as reported by the external system.
.google.protobuf.Timestamp case_create_time = 10;com.google.protobuf.TimestampOrBuilder getCaseCreateTimeOrBuilder()
The time when the case was created, as reported by the external system.
.google.protobuf.Timestamp case_create_time = 10;boolean hasCaseCloseTime()
The time when the case was closed, as reported by the external system.
.google.protobuf.Timestamp case_close_time = 11;com.google.protobuf.Timestamp getCaseCloseTime()
The time when the case was closed, as reported by the external system.
.google.protobuf.Timestamp case_close_time = 11;com.google.protobuf.TimestampOrBuilder getCaseCloseTimeOrBuilder()
The time when the case was closed, as reported by the external system.
.google.protobuf.Timestamp case_close_time = 11;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;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;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;Copyright © 2024 Google LLC. All rights reserved.