public final class Exfiltration extends GeneratedMessageV3 implements ExfiltrationOrBuilder
Exfiltration represents a data exfiltration attempt of one or more sources to one or more targets. Sources represent the source of data that is exfiltrated, and Targets represents the destination the data was copied to.Protobuf type
google.cloud.securitycenter.v1.Exfiltration
Modifier and Type | Class and Description |
---|---|
static class |
Exfiltration.Builder
Exfiltration represents a data exfiltration attempt of one or more
sources to one or more targets.
|
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 |
SOURCES_FIELD_NUMBER |
static int |
TARGETS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Exfiltration |
getDefaultInstance() |
Exfiltration |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Parser<Exfiltration> |
getParserForType() |
int |
getSerializedSize() |
ExfilResource |
getSources(int index)
If there are multiple sources, then the data is considered "joined" between
them.
|
int |
getSourcesCount()
If there are multiple sources, then the data is considered "joined" between
them.
|
List<ExfilResource> |
getSourcesList()
If there are multiple sources, then the data is considered "joined" between
them.
|
ExfilResourceOrBuilder |
getSourcesOrBuilder(int index)
If there are multiple sources, then the data is considered "joined" between
them.
|
List<? extends ExfilResourceOrBuilder> |
getSourcesOrBuilderList()
If there are multiple sources, then the data is considered "joined" between
them.
|
ExfilResource |
getTargets(int index)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
int |
getTargetsCount()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
List<ExfilResource> |
getTargetsList()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
ExfilResourceOrBuilder |
getTargetsOrBuilder(int index)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
List<? extends ExfilResourceOrBuilder> |
getTargetsOrBuilderList()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Exfiltration.Builder |
newBuilder() |
static Exfiltration.Builder |
newBuilder(Exfiltration prototype) |
Exfiltration.Builder |
newBuilderForType() |
protected Exfiltration.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) |
static Exfiltration |
parseDelimitedFrom(InputStream input) |
static Exfiltration |
parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Exfiltration |
parseFrom(byte[] data) |
static Exfiltration |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Exfiltration |
parseFrom(ByteBuffer data) |
static Exfiltration |
parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Exfiltration |
parseFrom(ByteString data) |
static Exfiltration |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Exfiltration |
parseFrom(CodedInputStream input) |
static Exfiltration |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Exfiltration |
parseFrom(InputStream input) |
static Exfiltration |
parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Exfiltration> |
parser() |
Exfiltration.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 SOURCES_FIELD_NUMBER
public static final int TARGETS_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 List<ExfilResource> getSourcesList()
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
getSourcesList
in interface ExfiltrationOrBuilder
public List<? extends ExfilResourceOrBuilder> getSourcesOrBuilderList()
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
getSourcesOrBuilderList
in interface ExfiltrationOrBuilder
public int getSourcesCount()
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
getSourcesCount
in interface ExfiltrationOrBuilder
public ExfilResource getSources(int index)
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
getSources
in interface ExfiltrationOrBuilder
public ExfilResourceOrBuilder getSourcesOrBuilder(int index)
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;
getSourcesOrBuilder
in interface ExfiltrationOrBuilder
public List<ExfilResource> getTargetsList()
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
getTargetsList
in interface ExfiltrationOrBuilder
public List<? extends ExfilResourceOrBuilder> getTargetsOrBuilderList()
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
getTargetsOrBuilderList
in interface ExfiltrationOrBuilder
public int getTargetsCount()
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
getTargetsCount
in interface ExfiltrationOrBuilder
public ExfilResource getTargets(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
getTargets
in interface ExfiltrationOrBuilder
public ExfilResourceOrBuilder getTargetsOrBuilder(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;
getTargetsOrBuilder
in interface ExfiltrationOrBuilder
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 Exfiltration parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Exfiltration parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Exfiltration parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Exfiltration parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Exfiltration parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Exfiltration parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Exfiltration parseFrom(InputStream input) throws IOException
IOException
public static Exfiltration parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Exfiltration parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Exfiltration parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Exfiltration parseFrom(CodedInputStream input) throws IOException
IOException
public static Exfiltration parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Exfiltration.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Exfiltration.Builder newBuilder()
public static Exfiltration.Builder newBuilder(Exfiltration prototype)
public Exfiltration.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Exfiltration.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Exfiltration getDefaultInstance()
public static Parser<Exfiltration> parser()
public Parser<Exfiltration> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Exfiltration getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.