dlp  v2
Properties | List of all members
Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container Class Reference

Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record. More...

Inheritance diagram for Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string FullPath [get, set]
 A string representation of the full container name. Examples: - BigQuery: 'Project:DataSetId.TableId' - Google Cloud Storage: 'gs://Bucket/folders/filename.txt' More...
 
virtual string ProjectId [get, set]
 Project where the finding was found. Can be different from the project that owns the finding. More...
 
virtual string RelativePath [get, set]
 The rest of the path after the root. Examples: - For BigQuery table project_id:dataset_id.table_id, the relative path is table_id - Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt More...
 
virtual string RootPath [get, set]
 The root of the container. Examples: - For BigQuery table project_id:dataset_id.table_id, the root is dataset_id - For Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket More...
 
virtual string Type [get, set]
 Container type, for example BigQuery or Google Cloud Storage. More...
 
virtual object UpdateTime [get, set]
 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. More...
 
virtual string Version [get, set]
 Findings container version, if available ("generation" for Google Cloud Storage). More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record.

Property Documentation

◆ ETag

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.ETag
getset

The ETag of the item.

◆ FullPath

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.FullPath
getset

A string representation of the full container name. Examples: - BigQuery: 'Project:DataSetId.TableId' - Google Cloud Storage: 'gs://Bucket/folders/filename.txt'

◆ ProjectId

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.ProjectId
getset

Project where the finding was found. Can be different from the project that owns the finding.

◆ RelativePath

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.RelativePath
getset

The rest of the path after the root. Examples: - For BigQuery table project_id:dataset_id.table_id, the relative path is table_id - Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

◆ RootPath

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.RootPath
getset

The root of the container. Examples: - For BigQuery table project_id:dataset_id.table_id, the root is dataset_id - For Google Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket

◆ Type

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.Type
getset

Container type, for example BigQuery or Google Cloud Storage.

◆ UpdateTime

virtual object Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.UpdateTime
getset

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.

◆ Version

virtual string Google.Apis.DLP.v2.Data.GooglePrivacyDlpV2Container.Version
getset

Findings container version, if available ("generation" for Google Cloud Storage).


The documentation for this class was generated from the following file: