public interface ExternalSystemOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAssignees(int index)
References primary/secondary etc assignees in the external system.
|
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.
|
Timestamp |
getExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
TimestampOrBuilder |
getExternalSystemUpdateTimeOrBuilder()
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
String |
getExternalUid()
Identifier that's used to track the given finding in the external system.
|
ByteString |
getExternalUidBytes()
Identifier that's used to track the given finding in the external system.
|
String |
getName()
External System Name e.g.
|
ByteString |
getNameBytes()
External System Name e.g.
|
String |
getStatus()
Most recent status of the corresponding finding's ticket/tracker in the
external system.
|
ByteString |
getStatusBytes()
Most recent status of the corresponding finding's ticket/tracker in the
external system.
|
boolean |
hasExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
External System Name e.g. jira, demisto, etc. e.g.: `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;
ByteString getNameBytes()
External System Name e.g. jira, demisto, etc. e.g.: `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.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()
Identifier that's used to track the given finding in the external system.
string external_uid = 3;
ByteString getExternalUidBytes()
Identifier that's used to track the given finding in the external system.
string external_uid = 3;
String getStatus()
Most recent status of the corresponding finding's ticket/tracker in the external system.
string status = 4;
ByteString getStatusBytes()
Most recent status of the corresponding finding's ticket/tracker in the external system.
string status = 4;
boolean hasExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was updated in the external system.
.google.protobuf.Timestamp external_system_update_time = 5;
Timestamp getExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was updated in the external system.
.google.protobuf.Timestamp external_system_update_time = 5;
TimestampOrBuilder getExternalSystemUpdateTimeOrBuilder()
The most recent time when the corresponding finding's ticket/tracker was updated in the external system.
.google.protobuf.Timestamp external_system_update_time = 5;
Copyright © 2022 Google LLC. All rights reserved.