public interface ExfilResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getComponents(int index)
Subcomponents of the asset that was exfiltrated, like URIs used during
exfiltration, table names, databases, and filenames.
|
com.google.protobuf.ByteString |
getComponentsBytes(int index)
Subcomponents of the asset that was exfiltrated, like URIs used during
exfiltration, table names, databases, and filenames.
|
int |
getComponentsCount()
Subcomponents of the asset that was exfiltrated, like URIs used during
exfiltration, table names, databases, and filenames.
|
List<String> |
getComponentsList()
Subcomponents of the asset that was exfiltrated, like URIs used during
exfiltration, table names, databases, and filenames.
|
String |
getName()
The resource's [full resource
name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
|
com.google.protobuf.ByteString |
getNameBytes()
The resource's [full resource
name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource's [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource's [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name).
string name = 1;List<String> getComponentsList()
Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated from the same Cloud Storage bucket.
repeated string components = 2;int getComponentsCount()
Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated from the same Cloud Storage bucket.
repeated string components = 2;String getComponents(int index)
Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated from the same Cloud Storage bucket.
repeated string components = 2;index - The index of the element to return.com.google.protobuf.ByteString getComponentsBytes(int index)
Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated from the same Cloud Storage bucket.
repeated string components = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.