public final class ExternalSystem extends GeneratedMessageV3 implements ExternalSystemOrBuilder
Representation of third party SIEM/SOAR fields within SCC.Protobuf type
google.cloud.securitycenter.v1.ExternalSystem
Modifier and Type | Class and Description |
---|---|
static class |
ExternalSystem.Builder
Representation of third party SIEM/SOAR fields within SCC.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
ASSIGNEES_FIELD_NUMBER |
static int |
EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER |
static int |
EXTERNAL_UID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
ProtocolStringList |
getAssigneesList()
References primary/secondary etc assignees in the external system.
|
static ExternalSystem |
getDefaultInstance() |
ExternalSystem |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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.
|
Parser<ExternalSystem> |
getParserForType() |
int |
getSerializedSize() |
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.
|
UnknownFieldSet |
getUnknownFields() |
boolean |
hasExternalSystemUpdateTime()
The most recent time when the corresponding finding's ticket/tracker was
updated in the external system.
|
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ExternalSystem.Builder |
newBuilder() |
static ExternalSystem.Builder |
newBuilder(ExternalSystem prototype) |
ExternalSystem.Builder |
newBuilderForType() |
protected ExternalSystem.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) |
static ExternalSystem |
parseDelimitedFrom(InputStream input) |
static ExternalSystem |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ExternalSystem |
parseFrom(byte[] data) |
static ExternalSystem |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ExternalSystem |
parseFrom(ByteBuffer data) |
static ExternalSystem |
parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ExternalSystem |
parseFrom(ByteString data) |
static ExternalSystem |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ExternalSystem |
parseFrom(CodedInputStream input) |
static ExternalSystem |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ExternalSystem |
parseFrom(InputStream input) |
static ExternalSystem |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<ExternalSystem> |
parser() |
ExternalSystem.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int ASSIGNEES_FIELD_NUMBER
public static final int EXTERNAL_UID_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int EXTERNAL_SYSTEM_UPDATE_TIME_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
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;
getName
in interface ExternalSystemOrBuilder
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;
getNameBytes
in interface ExternalSystemOrBuilder
public ProtocolStringList getAssigneesList()
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
getAssigneesList
in interface ExternalSystemOrBuilder
public int getAssigneesCount()
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
getAssigneesCount
in interface ExternalSystemOrBuilder
public String getAssignees(int index)
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
getAssignees
in interface ExternalSystemOrBuilder
index
- The index of the element to return.public ByteString getAssigneesBytes(int index)
References primary/secondary etc assignees in the external system.
repeated string assignees = 2;
getAssigneesBytes
in interface ExternalSystemOrBuilder
index
- The index of the value to return.public String getExternalUid()
Identifier that's used to track the given finding in the external system.
string external_uid = 3;
getExternalUid
in interface ExternalSystemOrBuilder
public ByteString getExternalUidBytes()
Identifier that's used to track the given finding in the external system.
string external_uid = 3;
getExternalUidBytes
in interface ExternalSystemOrBuilder
public String getStatus()
Most recent status of the corresponding finding's ticket/tracker in the external system.
string status = 4;
getStatus
in interface ExternalSystemOrBuilder
public ByteString getStatusBytes()
Most recent status of the corresponding finding's ticket/tracker in the external system.
string status = 4;
getStatusBytes
in interface ExternalSystemOrBuilder
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;
hasExternalSystemUpdateTime
in interface ExternalSystemOrBuilder
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;
getExternalSystemUpdateTime
in interface ExternalSystemOrBuilder
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;
getExternalSystemUpdateTimeOrBuilder
in interface ExternalSystemOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ExternalSystem parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExternalSystem parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExternalSystem parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExternalSystem parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExternalSystem parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExternalSystem parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ExternalSystem parseFrom(InputStream input) throws IOException
IOException
public static ExternalSystem parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ExternalSystem parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ExternalSystem parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ExternalSystem parseFrom(CodedInputStream input) throws IOException
IOException
public static ExternalSystem parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ExternalSystem.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ExternalSystem.Builder newBuilder()
public static ExternalSystem.Builder newBuilder(ExternalSystem prototype)
public ExternalSystem.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ExternalSystem.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ExternalSystem getDefaultInstance()
public static Parser<ExternalSystem> parser()
public Parser<ExternalSystem> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ExternalSystem getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.