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 |
getExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getExternalUidBytes()
Identifier that's used to track the given finding 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()
Most recent status of the corresponding finding's ticket/tracker in the
external system.
|
com.google.protobuf.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, 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()
Identifier that's used to track the given finding in the external system.
string external_uid = 3;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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;com.google.protobuf.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 © 2024 Google LLC. All rights reserved.