- 2.86.0 (latest)
- 2.84.0
- 2.83.0
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.72.0
- 2.71.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public static final class ExternalSystem.Builder extends GeneratedMessageV3.Builder<ExternalSystem.Builder> implements ExternalSystemOrBuilderRepresentation of third party SIEM/SOAR fields within SCC.
 Protobuf type google.cloud.securitycenter.v1.ExternalSystem
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExternalSystem.BuilderImplements
ExternalSystemOrBuilderMethods
addAllAssignees(Iterable<String> values)
public ExternalSystem.Builder addAllAssignees(Iterable<String> values)References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Name | Description | 
| values | Iterable<String>The assignees to add. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
addAssignees(String value)
public ExternalSystem.Builder addAssignees(String value)References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Name | Description | 
| value | StringThe assignees to add. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
addAssigneesBytes(ByteString value)
public ExternalSystem.Builder addAssigneesBytes(ByteString value)References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Name | Description | 
| value | ByteStringThe bytes of the assignees to add. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExternalSystem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| ExternalSystem.Builder | 
build()
public ExternalSystem build()| Type | Description | 
| ExternalSystem | 
buildPartial()
public ExternalSystem buildPartial()| Type | Description | 
| ExternalSystem | 
clear()
public ExternalSystem.Builder clear()| Type | Description | 
| ExternalSystem.Builder | 
clearAssignees()
public ExternalSystem.Builder clearAssignees()References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
clearExternalSystemUpdateTime()
public ExternalSystem.Builder clearExternalSystemUpdateTime()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;
| Type | Description | 
| ExternalSystem.Builder | 
clearExternalUid()
public ExternalSystem.Builder clearExternalUid()Identifier that's used to track the given finding in the external system.
 string external_uid = 3;
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public ExternalSystem.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| ExternalSystem.Builder | 
clearName()
public ExternalSystem.Builder clearName() 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;
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ExternalSystem.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
| Type | Description | 
| ExternalSystem.Builder | 
clearStatus()
public ExternalSystem.Builder clearStatus()Most recent status of the corresponding finding's ticket/tracker in the external system.
 string status = 4;
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
clone()
public ExternalSystem.Builder clone()| Type | Description | 
| ExternalSystem.Builder | 
getAssignees(int index)
public String getAssignees(int index)References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Name | Description | 
| index | intThe index of the element to return. | 
| 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;
| Name | Description | 
| index | intThe index of the value to return. | 
| 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;
| Type | Description | 
| int | The count of assignees. | 
getAssigneesList()
public ProtocolStringList getAssigneesList()References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Type | Description | 
| ProtocolStringList | A list containing the assignees. | 
getDefaultInstanceForType()
public ExternalSystem getDefaultInstanceForType()| Type | Description | 
| ExternalSystem | 
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getExternalSystemUpdateTime()
public 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;
| Type | Description | 
| Timestamp | The externalSystemUpdateTime. | 
getExternalSystemUpdateTimeBuilder()
public Timestamp.Builder getExternalSystemUpdateTimeBuilder()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;
| Type | Description | 
| Builder | 
getExternalSystemUpdateTimeOrBuilder()
public 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;
| Type | Description | 
| TimestampOrBuilder | 
getExternalUid()
public String getExternalUid()Identifier that's used to track the given finding in the external system.
 string external_uid = 3;
| Type | Description | 
| String | The externalUid. | 
getExternalUidBytes()
public ByteString getExternalUidBytes()Identifier that's used to track the given finding in the external system.
 string external_uid = 3;
| Type | Description | 
| ByteString | The bytes for externalUid. | 
getName()
public 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;
| Type | Description | 
| String | The name. | 
getNameBytes()
public 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;
| Type | Description | 
| ByteString | The bytes for name. | 
getStatus()
public String getStatus()Most recent status of the corresponding finding's ticket/tracker in the external system.
 string status = 4;
| Type | Description | 
| String | The status. | 
getStatusBytes()
public ByteString getStatusBytes()Most recent status of the corresponding finding's ticket/tracker in the external system.
 string status = 4;
| Type | Description | 
| ByteString | The bytes for status. | 
hasExternalSystemUpdateTime()
public 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;
| Type | Description | 
| boolean | Whether the externalSystemUpdateTime field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeExternalSystemUpdateTime(Timestamp value)
public ExternalSystem.Builder mergeExternalSystemUpdateTime(Timestamp value)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;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| ExternalSystem.Builder | 
mergeFrom(ExternalSystem other)
public ExternalSystem.Builder mergeFrom(ExternalSystem other)| Name | Description | 
| other | ExternalSystem | 
| Type | Description | 
| ExternalSystem.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExternalSystem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Type | Description | 
| ExternalSystem.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ExternalSystem.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
| Type | Description | 
| ExternalSystem.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExternalSystem.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| ExternalSystem.Builder | 
setAssignees(int index, String value)
public ExternalSystem.Builder setAssignees(int index, String value)References primary/secondary etc assignees in the external system.
 repeated string assignees = 2;
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe assignees to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setExternalSystemUpdateTime(Timestamp value)
public ExternalSystem.Builder setExternalSystemUpdateTime(Timestamp value)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;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| ExternalSystem.Builder | 
setExternalSystemUpdateTime(Timestamp.Builder builderForValue)
public ExternalSystem.Builder setExternalSystemUpdateTime(Timestamp.Builder builderForValue)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;
| Name | Description | 
| builderForValue | Builder | 
| Type | Description | 
| ExternalSystem.Builder | 
setExternalUid(String value)
public ExternalSystem.Builder setExternalUid(String value)Identifier that's used to track the given finding in the external system.
 string external_uid = 3;
| Name | Description | 
| value | StringThe externalUid to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setExternalUidBytes(ByteString value)
public ExternalSystem.Builder setExternalUidBytes(ByteString value)Identifier that's used to track the given finding in the external system.
 string external_uid = 3;
| Name | Description | 
| value | ByteStringThe bytes for externalUid to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public ExternalSystem.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Type | Description | 
| ExternalSystem.Builder | 
setName(String value)
public ExternalSystem.Builder setName(String value) 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;
| Name | Description | 
| value | StringThe name to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public ExternalSystem.Builder setNameBytes(ByteString value) 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;
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExternalSystem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Type | Description | 
| ExternalSystem.Builder | 
setStatus(String value)
public ExternalSystem.Builder setStatus(String value)Most recent status of the corresponding finding's ticket/tracker in the external system.
 string status = 4;
| Name | Description | 
| value | StringThe status to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setStatusBytes(ByteString value)
public ExternalSystem.Builder setStatusBytes(ByteString value)Most recent status of the corresponding finding's ticket/tracker in the external system.
 string status = 4;
| Name | Description | 
| value | ByteStringThe bytes for status to set. | 
| Type | Description | 
| ExternalSystem.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ExternalSystem.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Type | Description | 
| ExternalSystem.Builder |