google-cloud-dlp-v2 0.22.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -652,6 +652,17 @@ module Google
652
652
  # since the last time the JobTrigger executed. This will be based on the
653
653
  # time of the execution of the last run of the JobTrigger or the timespan
654
654
  # end_time used in the last run of the JobTrigger.
655
+ #
656
+ # **For BigQuery**
657
+ #
658
+ # Inspect jobs triggered by automatic population will scan data that is at
659
+ # least three hours old when the job starts. This is because streaming
660
+ # buffer rows are not read during inspection and reading up to the current
661
+ # timestamp will result in skipped rows.
662
+ #
663
+ # See the [known
664
+ # issue](https://cloud.google.com/sensitive-data-protection/docs/known-issues#recently-streamed-data)
665
+ # related to this operation.
655
666
  class TimespanConfig
656
667
  include ::Google::Protobuf::MessageExts
657
668
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -819,6 +830,19 @@ module Google
819
830
  extend ::Google::Protobuf::MessageExts::ClassMethods
820
831
  end
821
832
 
833
+ # Message defining the location of a BigQuery table with the projectId inferred
834
+ # from the parent project.
835
+ # @!attribute [rw] dataset_id
836
+ # @return [::String]
837
+ # Dataset ID of the table.
838
+ # @!attribute [rw] table_id
839
+ # @return [::String]
840
+ # Name of the table.
841
+ class TableReference
842
+ include ::Google::Protobuf::MessageExts
843
+ extend ::Google::Protobuf::MessageExts::ClassMethods
844
+ end
845
+
822
846
  # Message defining a field of a BigQuery table.
823
847
  # @!attribute [rw] table
824
848
  # @return [::Google::Cloud::Dlp::V2::BigQueryTable]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-07 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common