| Modifier and Type | Method and Description |
|---|---|
ExternalSystem.Builder |
ExternalSystem.Builder.addAllAssignees(Iterable<String> values)
References primary/secondary etc assignees in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.addAssignees(String value)
References primary/secondary etc assignees in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.addAssigneesBytes(com.google.protobuf.ByteString value)
References primary/secondary etc assignees in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExternalSystem.Builder |
ExternalSystem.Builder.clear() |
ExternalSystem.Builder |
ExternalSystem.Builder.clearAssignees()
References primary/secondary etc assignees in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.clearExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.clearExternalUid()
Identifier that's used to track the given finding in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExternalSystem.Builder |
ExternalSystem.Builder.clearName()
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"
|
ExternalSystem.Builder |
ExternalSystem.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExternalSystem.Builder |
ExternalSystem.Builder.clearStatus()
Most recent status of the corresponding finding's ticket/tracker in the
external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.clone() |
ExternalSystem.Builder |
UpdateExternalSystemRequest.Builder.getExternalSystemBuilder()
Required.
|
ExternalSystem.Builder |
ExternalSystem.Builder.mergeExternalSystemUpdateTime(com.google.protobuf.Timestamp value)
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExternalSystem.Builder |
ExternalSystem.Builder.mergeFrom(ExternalSystem other) |
ExternalSystem.Builder |
ExternalSystem.Builder.mergeFrom(com.google.protobuf.Message other) |
ExternalSystem.Builder |
ExternalSystem.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ExternalSystem.Builder |
ExternalSystem.newBuilder() |
static ExternalSystem.Builder |
ExternalSystem.newBuilder(ExternalSystem prototype) |
ExternalSystem.Builder |
ExternalSystem.newBuilderForType() |
protected ExternalSystem.Builder |
ExternalSystem.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ExternalSystem.Builder |
ExternalSystem.Builder.setAssignees(int index,
String value)
References primary/secondary etc assignees in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setExternalSystemUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setExternalSystemUpdateTime(com.google.protobuf.Timestamp value)
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setExternalUid(String value)
Identifier that's used to track the given finding in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setExternalUidBytes(com.google.protobuf.ByteString value)
Identifier that's used to track the given finding in the external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExternalSystem.Builder |
ExternalSystem.Builder.setName(String value)
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"
|
ExternalSystem.Builder |
ExternalSystem.Builder.setNameBytes(com.google.protobuf.ByteString value)
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"
|
ExternalSystem.Builder |
ExternalSystem.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExternalSystem.Builder |
ExternalSystem.Builder.setStatus(String value)
Most recent status of the corresponding finding's ticket/tracker in the
external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setStatusBytes(com.google.protobuf.ByteString value)
Most recent status of the corresponding finding's ticket/tracker in the
external system.
|
ExternalSystem.Builder |
ExternalSystem.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExternalSystem.Builder |
ExternalSystem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateExternalSystemRequest.Builder |
UpdateExternalSystemRequest.Builder.setExternalSystem(ExternalSystem.Builder builderForValue)
Required.
|
Copyright © 2023 Google LLC. All rights reserved.