public final class ExternalSystem extends GeneratedMessageV3 implements ExternalSystemOrBuilder
Representation of third party SIEM/SOAR fields within SCC.
Protobuf type google.cloud.securitycenter.v1.ExternalSystem
Static Fields
ASSIGNEES_FIELD_NUMBER
public static final int ASSIGNEES_FIELD_NUMBER
Field Value
EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER
public static final int EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER
Field Value
EXTERNAL_UID_FIELD_NUMBER
public static final int EXTERNAL_UID_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ExternalSystem getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ExternalSystem.Builder newBuilder()
Returns
newBuilder(ExternalSystem prototype)
public static ExternalSystem.Builder newBuilder(ExternalSystem prototype)
Parameter
Returns
public static ExternalSystem parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExternalSystem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ExternalSystem parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ExternalSystem parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExternalSystem parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExternalSystem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExternalSystem parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExternalSystem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ExternalSystem parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExternalSystem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ExternalSystem> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAssignees(int index)
public String getAssignees(int index)
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
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;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
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;
Returns
Type | Description |
int | The count of assignees.
|
getAssigneesList()
public ProtocolStringList getAssigneesList()
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
Returns
getDefaultInstanceForType()
public ExternalSystem getDefaultInstanceForType()
Returns
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;
Returns
Type | Description |
Timestamp | The externalSystemUpdateTime.
|
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;
Returns
getExternalUid()
public String getExternalUid()
Identifier that's used to track the given finding in the external system.
string external_uid = 3;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for externalUid.
|
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;
Returns
Type | Description |
String | The name.
|
getNameBytes()
public 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;
Returns
getParserForType()
public Parser<ExternalSystem> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStatus()
public String getStatus()
Most recent status of the corresponding finding's ticket/tracker in the
external system.
string status = 4;
Returns
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;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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;
Returns
Type | Description |
boolean | Whether the externalSystemUpdateTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ExternalSystem.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExternalSystem.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ExternalSystem.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions