public interface ContentLocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContainerName()
Name of the container where the finding is located.
|
ByteString |
getContainerNameBytes()
Name of the container where the finding is located.
|
Timestamp |
getContainerTimestamp()
Findings container modification timestamp, if applicable.
|
TimestampOrBuilder |
getContainerTimestampOrBuilder()
Findings container modification timestamp, if applicable.
|
java.lang.String |
getContainerVersion()
Findings container version, if available
("generation" for Google Cloud Storage).
|
ByteString |
getContainerVersionBytes()
Findings container version, if available
("generation" for Google Cloud Storage).
|
DocumentLocation |
getDocumentLocation()
Location data for document files.
|
DocumentLocationOrBuilder |
getDocumentLocationOrBuilder()
Location data for document files.
|
ImageLocation |
getImageLocation()
Location within an image's pixels.
|
ImageLocationOrBuilder |
getImageLocationOrBuilder()
Location within an image's pixels.
|
ContentLocation.LocationCase |
getLocationCase() |
RecordLocation |
getRecordLocation()
Location within a row or record of a database table.
|
RecordLocationOrBuilder |
getRecordLocationOrBuilder()
Location within a row or record of a database table.
|
boolean |
hasContainerTimestamp()
Findings container modification timestamp, if applicable.
|
boolean |
hasDocumentLocation()
Location data for document files.
|
boolean |
hasImageLocation()
Location within an image's pixels.
|
boolean |
hasRecordLocation()
Location within a row or record of a database table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getContainerName()
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
ByteString getContainerNameBytes()
Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
string container_name = 1;
boolean hasRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
RecordLocation getRecordLocation()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
RecordLocationOrBuilder getRecordLocationOrBuilder()
Location within a row or record of a database table.
.google.privacy.dlp.v2.RecordLocation record_location = 2;
boolean hasImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
ImageLocation getImageLocation()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
ImageLocationOrBuilder getImageLocationOrBuilder()
Location within an image's pixels.
.google.privacy.dlp.v2.ImageLocation image_location = 3;
boolean hasDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
DocumentLocation getDocumentLocation()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
DocumentLocationOrBuilder getDocumentLocationOrBuilder()
Location data for document files.
.google.privacy.dlp.v2.DocumentLocation document_location = 5;
boolean hasContainerTimestamp()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
Timestamp getContainerTimestamp()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
TimestampOrBuilder getContainerTimestampOrBuilder()
Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
.google.protobuf.Timestamp container_timestamp = 6;
java.lang.String getContainerVersion()
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
ByteString getContainerVersionBytes()
Findings container version, if available ("generation" for Google Cloud Storage).
string container_version = 7;
ContentLocation.LocationCase getLocationCase()