public interface ExfilResourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getComponents(int index)
Subcomponents of the asset that is exfiltrated - these could be
URIs used during exfiltration, table names, databases, filenames, etc.
|
ByteString |
getComponentsBytes(int index)
Subcomponents of the asset that is exfiltrated - these could be
URIs used during exfiltration, table names, databases, filenames, etc.
|
int |
getComponentsCount()
Subcomponents of the asset that is exfiltrated - these could be
URIs used during exfiltration, table names, databases, filenames, etc.
|
List<String> |
getComponentsList()
Subcomponents of the asset that is exfiltrated - these could be
URIs used during exfiltration, table names, databases, filenames, etc.
|
String |
getName()
Resource's URI (https://google.aip.dev/122#full-resource-names)
|
ByteString |
getNameBytes()
Resource's URI (https://google.aip.dev/122#full-resource-names)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Resource's URI (https://google.aip.dev/122#full-resource-names)
string name = 1;
ByteString getNameBytes()
Resource's URI (https://google.aip.dev/122#full-resource-names)
string name = 1;
List<String> getComponentsList()
Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.
repeated string components = 2;
int getComponentsCount()
Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.
repeated string components = 2;
String getComponents(int index)
Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.
repeated string components = 2;
index
- The index of the element to return.ByteString getComponentsBytes(int index)
Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.
repeated string components = 2;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.