google-apis-dlp_v2 0.108.0 → 0.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05cf17c9072015aecaff79091ffe15cefa4c0afde09a040626fc65926848d7a7
4
- data.tar.gz: e8d990077c28a2056cf87a6d5a2a4c7fa7722c901225d2db999b7764f9411335
3
+ metadata.gz: 4d766e261b0d3a0ff13f34d2b2971db1566469b05bc4508a59ac394c12c1af27
4
+ data.tar.gz: ea447e6ae788834f47c26b7075e588e47f58eeb817af3201fa758e43f20527de
5
5
  SHA512:
6
- metadata.gz: 959debcf053d4d92626e1475de6f428c5f5bc006724f03ebaaf2a757aaf227e41fce71a2b5e3d3bc8bfd15942fb6e0472e89a8e039315d5e8397ba5aa5fa4ab3
7
- data.tar.gz: 5de76dfbfc66137f61ff13051e11ee008c5565499eac18926d702548650ee238d17d5482092b543744c63a83f6a009b23295462c64d2b0167835612b65065676
6
+ metadata.gz: 6182f5637c7587eb4caecc035c2da818c41c1e878cae0b4fe824db4ac1bd1af81f3162805c89492c5191e7779885f2de165585f0e3e95899256ad4d5e500a6ec
7
+ data.tar.gz: e579305e1e9929228880b4c76e79513816216099b6ff3fa015d2dd781aa05d08c5f4301234a1d06e564e3bf8233a1264bf996efdf20a92f79e08693e15f69491
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.110.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260530
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.109.0 (2026-05-24)
9
+
10
+ * Regenerated from discovery document revision 20260516
11
+
3
12
  ### v0.108.0 (2026-04-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20260321
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/sensitive-data-protection/d
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -291,6 +291,19 @@ module Google
291
291
  end
292
292
  end
293
293
 
294
+ # If set, indicates that the finding applies to all messages in the conversation.
295
+ class GooglePrivacyDlpV2AllMessages
296
+ include Google::Apis::Core::Hashable
297
+
298
+ def initialize(**args)
299
+ update!(**args)
300
+ end
301
+
302
+ # Update properties of this object
303
+ def update!(**args)
304
+ end
305
+ end
306
+
294
307
  # Catch-all for all other tables not specified by other filters. Should always
295
308
  # be last, except for single-table configurations, which will only have a
296
309
  # TableReference target.
@@ -600,6 +613,44 @@ module Google
600
613
  end
601
614
  end
602
615
 
616
+ # Represents a batch of content to inspect or redact.
617
+ class GooglePrivacyDlpV2BatchContentItem
618
+ include Google::Apis::Core::Hashable
619
+
620
+ # Represents a batch of string values to inspect or redact.
621
+ # Corresponds to the JSON property `stringValueBatch`
622
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2StringValueBatch]
623
+ attr_accessor :string_value_batch
624
+
625
+ def initialize(**args)
626
+ update!(**args)
627
+ end
628
+
629
+ # Update properties of this object
630
+ def update!(**args)
631
+ @string_value_batch = args[:string_value_batch] if args.key?(:string_value_batch)
632
+ end
633
+ end
634
+
635
+ # Location within a batch of content.
636
+ class GooglePrivacyDlpV2BatchContentLocation
637
+ include Google::Apis::Core::Hashable
638
+
639
+ # Matches an index of a batch item in the batch provided in the request.
640
+ # Corresponds to the JSON property `itemIndex`
641
+ # @return [Fixnum]
642
+ attr_accessor :item_index
643
+
644
+ def initialize(**args)
645
+ update!(**args)
646
+ end
647
+
648
+ # Update properties of this object
649
+ def update!(**args)
650
+ @item_index = args[:item_index] if args.key?(:item_index)
651
+ end
652
+ end
653
+
603
654
  # Target used to match against for discovery with BigQuery tables
604
655
  class GooglePrivacyDlpV2BigQueryDiscoveryTarget
605
656
  include Google::Apis::Core::Hashable
@@ -1940,6 +1991,11 @@ module Google
1940
1991
  class GooglePrivacyDlpV2ContentItem
1941
1992
  include Google::Apis::Core::Hashable
1942
1993
 
1994
+ # Represents a batch of content to inspect or redact.
1995
+ # Corresponds to the JSON property `batchContentItem`
1996
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BatchContentItem]
1997
+ attr_accessor :batch_content_item
1998
+
1943
1999
  # Container for bytes to inspect or redact.
1944
2000
  # Corresponds to the JSON property `byteItem`
1945
2001
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem]
@@ -1950,6 +2006,12 @@ module Google
1950
2006
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentMetadata]
1951
2007
  attr_accessor :content_metadata
1952
2008
 
2009
+ # Complete conversation or slice of a conversation. It is assumed that all
2010
+ # included messages are contiguous and ordered in chronological order.
2011
+ # Corresponds to the JSON property `conversation`
2012
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Conversation]
2013
+ attr_accessor :conversation
2014
+
1953
2015
  # Structured content to inspect. Up to 50,000 `Value`s per request allowed. See
1954
2016
  # https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-
1955
2017
  # text#inspecting_a_table to learn more.
@@ -1968,8 +2030,10 @@ module Google
1968
2030
 
1969
2031
  # Update properties of this object
1970
2032
  def update!(**args)
2033
+ @batch_content_item = args[:batch_content_item] if args.key?(:batch_content_item)
1971
2034
  @byte_item = args[:byte_item] if args.key?(:byte_item)
1972
2035
  @content_metadata = args[:content_metadata] if args.key?(:content_metadata)
2036
+ @conversation = args[:conversation] if args.key?(:conversation)
1973
2037
  @table = args[:table] if args.key?(:table)
1974
2038
  @value = args[:value] if args.key?(:value)
1975
2039
  end
@@ -1980,6 +2044,11 @@ module Google
1980
2044
  class GooglePrivacyDlpV2ContentLocation
1981
2045
  include Google::Apis::Core::Hashable
1982
2046
 
2047
+ # Location within a batch of content.
2048
+ # Corresponds to the JSON property `batchContentLocation`
2049
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BatchContentLocation]
2050
+ attr_accessor :batch_content_location
2051
+
1983
2052
  # Name of the container where the finding is located. The top level name is the
1984
2053
  # source file name or table name. Names of some common storage containers are
1985
2054
  # formatted as follows: * BigQuery tables: ``project_id`:`dataset_id`.`table_id``
@@ -2003,6 +2072,11 @@ module Google
2003
2072
  # @return [String]
2004
2073
  attr_accessor :container_version
2005
2074
 
2075
+ # Location within a conversation.
2076
+ # Corresponds to the JSON property `conversationLocation`
2077
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ConversationLocation]
2078
+ attr_accessor :conversation_location
2079
+
2006
2080
  # Location of a finding within a document.
2007
2081
  # Corresponds to the JSON property `documentLocation`
2008
2082
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentLocation]
@@ -2029,9 +2103,11 @@ module Google
2029
2103
 
2030
2104
  # Update properties of this object
2031
2105
  def update!(**args)
2106
+ @batch_content_location = args[:batch_content_location] if args.key?(:batch_content_location)
2032
2107
  @container_name = args[:container_name] if args.key?(:container_name)
2033
2108
  @container_timestamp = args[:container_timestamp] if args.key?(:container_timestamp)
2034
2109
  @container_version = args[:container_version] if args.key?(:container_version)
2110
+ @conversation_location = args[:conversation_location] if args.key?(:conversation_location)
2035
2111
  @document_location = args[:document_location] if args.key?(:document_location)
2036
2112
  @image_location = args[:image_location] if args.key?(:image_location)
2037
2113
  @metadata_location = args[:metadata_location] if args.key?(:metadata_location)
@@ -2058,6 +2134,87 @@ module Google
2058
2134
  end
2059
2135
  end
2060
2136
 
2137
+ # Complete conversation or slice of a conversation. It is assumed that all
2138
+ # included messages are contiguous and ordered in chronological order.
2139
+ class GooglePrivacyDlpV2Conversation
2140
+ include Google::Apis::Core::Hashable
2141
+
2142
+ # Messages exchanged within this conversation. The maximum number of messages
2143
+ # allowed is 50k. The order of the messages is assumed to be chronological and
2144
+ # will be used to index findings in the response.
2145
+ # Corresponds to the JSON property `messages`
2146
+ # @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2ConversationMessage>]
2147
+ attr_accessor :messages
2148
+
2149
+ def initialize(**args)
2150
+ update!(**args)
2151
+ end
2152
+
2153
+ # Update properties of this object
2154
+ def update!(**args)
2155
+ @messages = args[:messages] if args.key?(:messages)
2156
+ end
2157
+ end
2158
+
2159
+ # Location within a conversation.
2160
+ class GooglePrivacyDlpV2ConversationLocation
2161
+ include Google::Apis::Core::Hashable
2162
+
2163
+ # If set, indicates that the finding applies to all messages in the conversation.
2164
+ # Corresponds to the JSON property `allMessages`
2165
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AllMessages]
2166
+ attr_accessor :all_messages
2167
+
2168
+ # Matches an index of a message in the conversation provided in the request.
2169
+ # Corresponds to the JSON property `messageIndex`
2170
+ # @return [Fixnum]
2171
+ attr_accessor :message_index
2172
+
2173
+ def initialize(**args)
2174
+ update!(**args)
2175
+ end
2176
+
2177
+ # Update properties of this object
2178
+ def update!(**args)
2179
+ @all_messages = args[:all_messages] if args.key?(:all_messages)
2180
+ @message_index = args[:message_index] if args.key?(:message_index)
2181
+ end
2182
+ end
2183
+
2184
+ # Single message in a conversation.
2185
+ class GooglePrivacyDlpV2ConversationMessage
2186
+ include Google::Apis::Core::Hashable
2187
+
2188
+ # The contents of this message.
2189
+ # Corresponds to the JSON property `content`
2190
+ # @return [String]
2191
+ attr_accessor :content
2192
+
2193
+ # The type of message.
2194
+ # Corresponds to the JSON property `messageType`
2195
+ # @return [String]
2196
+ attr_accessor :message_type
2197
+
2198
+ # Optional. The identifier of the participant, for example 'test-user' or '
2199
+ # gemini'. The participant ID can contain lowercase letters, numbers, and
2200
+ # hyphens; that is, it must match the regular expression: `^[a-z]([a-z0-9-]`0,61`
2201
+ # [a-z0-9])?$`. The maximum length is 63 characters.
2202
+ # Corresponds to the JSON property `participantId`
2203
+ # @return [String]
2204
+ attr_accessor :participant_id
2205
+
2206
+ def initialize(**args)
2207
+ update!(**args)
2208
+ end
2209
+
2210
+ # Update properties of this object
2211
+ def update!(**args)
2212
+ @content = args[:content] if args.key?(:content)
2213
+ @message_type = args[:message_type] if args.key?(:message_type)
2214
+ @participant_id = args[:participant_id] if args.key?(:participant_id)
2215
+ end
2216
+ end
2217
+
2061
2218
  # Request message for CreateConnection.
2062
2219
  class GooglePrivacyDlpV2CreateConnectionRequest
2063
2220
  include Google::Apis::Core::Hashable
@@ -6757,6 +6914,16 @@ module Google
6757
6914
  class GooglePrivacyDlpV2InspectTemplate
6758
6915
  include Google::Apis::Core::Hashable
6759
6916
 
6917
+ # Optional. Enables the use of [limited-availability built-in infoTypes](https://
6918
+ # docs.cloud.google.com/sensitive-data-protection/docs/infotypes-reference#
6919
+ # limited-availability-infotypes) in inspect_config. These infoTypes are
6920
+ # supported only in specific regions and can cause scanning errors if used
6921
+ # elsewhere.
6922
+ # Corresponds to the JSON property `allowLimitedAvailabilityInfoTypes`
6923
+ # @return [Boolean]
6924
+ attr_accessor :allow_limited_availability_info_types
6925
+ alias_method :allow_limited_availability_info_types?, :allow_limited_availability_info_types
6926
+
6760
6927
  # Output only. The creation timestamp of an inspectTemplate.
6761
6928
  # Corresponds to the JSON property `createTime`
6762
6929
  # @return [String]
@@ -6796,6 +6963,7 @@ module Google
6796
6963
 
6797
6964
  # Update properties of this object
6798
6965
  def update!(**args)
6966
+ @allow_limited_availability_info_types = args[:allow_limited_availability_info_types] if args.key?(:allow_limited_availability_info_types)
6799
6967
  @create_time = args[:create_time] if args.key?(:create_time)
6800
6968
  @description = args[:description] if args.key?(:description)
6801
6969
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -10346,6 +10514,25 @@ module Google
10346
10514
  end
10347
10515
  end
10348
10516
 
10517
+ # Represents a batch of string values to inspect or redact.
10518
+ class GooglePrivacyDlpV2StringValueBatch
10519
+ include Google::Apis::Core::Hashable
10520
+
10521
+ # Optional. Represents string data to inspect or redact.
10522
+ # Corresponds to the JSON property `values`
10523
+ # @return [Array<String>]
10524
+ attr_accessor :values
10525
+
10526
+ def initialize(**args)
10527
+ update!(**args)
10528
+ end
10529
+
10530
+ # Update properties of this object
10531
+ def update!(**args)
10532
+ @values = args[:values] if args.key?(:values)
10533
+ end
10534
+ end
10535
+
10349
10536
  # A collection that informs the user the number of times a particular `
10350
10537
  # TransformationResultCode` and error details occurred.
10351
10538
  class GooglePrivacyDlpV2SummaryResult
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DlpV2
18
18
  # Version of the google-apis-dlp_v2 gem
19
- GEM_VERSION = "0.108.0"
19
+ GEM_VERSION = "0.110.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260321"
25
+ REVISION = "20260530"
26
26
  end
27
27
  end
28
28
  end
@@ -64,6 +64,12 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class GooglePrivacyDlpV2AllMessages
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
67
73
  class GooglePrivacyDlpV2AllOtherBigQueryTables
68
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
75
 
@@ -136,6 +142,18 @@ module Google
136
142
  include Google::Apis::Core::JsonObjectSupport
137
143
  end
138
144
 
145
+ class GooglePrivacyDlpV2BatchContentItem
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GooglePrivacyDlpV2BatchContentLocation
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
139
157
  class GooglePrivacyDlpV2BigQueryDiscoveryTarget
140
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
159
 
@@ -364,6 +382,24 @@ module Google
364
382
  include Google::Apis::Core::JsonObjectSupport
365
383
  end
366
384
 
385
+ class GooglePrivacyDlpV2Conversation
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GooglePrivacyDlpV2ConversationLocation
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GooglePrivacyDlpV2ConversationMessage
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
367
403
  class GooglePrivacyDlpV2CreateConnectionRequest
368
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
405
 
@@ -1846,6 +1882,12 @@ module Google
1846
1882
  include Google::Apis::Core::JsonObjectSupport
1847
1883
  end
1848
1884
 
1885
+ class GooglePrivacyDlpV2StringValueBatch
1886
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1887
+
1888
+ include Google::Apis::Core::JsonObjectSupport
1889
+ end
1890
+
1849
1891
  class GooglePrivacyDlpV2SummaryResult
1850
1892
  class Representation < Google::Apis::Core::JsonRepresentation; end
1851
1893
 
@@ -2227,6 +2269,12 @@ module Google
2227
2269
  end
2228
2270
  end
2229
2271
 
2272
+ class GooglePrivacyDlpV2AllMessages
2273
+ # @private
2274
+ class Representation < Google::Apis::Core::JsonRepresentation
2275
+ end
2276
+ end
2277
+
2230
2278
  class GooglePrivacyDlpV2AllOtherBigQueryTables
2231
2279
  # @private
2232
2280
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2335,6 +2383,21 @@ module Google
2335
2383
  end
2336
2384
  end
2337
2385
 
2386
+ class GooglePrivacyDlpV2BatchContentItem
2387
+ # @private
2388
+ class Representation < Google::Apis::Core::JsonRepresentation
2389
+ property :string_value_batch, as: 'stringValueBatch', class: Google::Apis::DlpV2::GooglePrivacyDlpV2StringValueBatch, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2StringValueBatch::Representation
2390
+
2391
+ end
2392
+ end
2393
+
2394
+ class GooglePrivacyDlpV2BatchContentLocation
2395
+ # @private
2396
+ class Representation < Google::Apis::Core::JsonRepresentation
2397
+ property :item_index, as: 'itemIndex'
2398
+ end
2399
+ end
2400
+
2338
2401
  class GooglePrivacyDlpV2BigQueryDiscoveryTarget
2339
2402
  # @private
2340
2403
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2703,10 +2766,14 @@ module Google
2703
2766
  class GooglePrivacyDlpV2ContentItem
2704
2767
  # @private
2705
2768
  class Representation < Google::Apis::Core::JsonRepresentation
2769
+ property :batch_content_item, as: 'batchContentItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BatchContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BatchContentItem::Representation
2770
+
2706
2771
  property :byte_item, as: 'byteItem', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ByteContentItem::Representation
2707
2772
 
2708
2773
  property :content_metadata, as: 'contentMetadata', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentMetadata, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ContentMetadata::Representation
2709
2774
 
2775
+ property :conversation, as: 'conversation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Conversation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Conversation::Representation
2776
+
2710
2777
  property :table, as: 'table', class: Google::Apis::DlpV2::GooglePrivacyDlpV2Table, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2Table::Representation
2711
2778
 
2712
2779
  property :value, as: 'value'
@@ -2716,9 +2783,13 @@ module Google
2716
2783
  class GooglePrivacyDlpV2ContentLocation
2717
2784
  # @private
2718
2785
  class Representation < Google::Apis::Core::JsonRepresentation
2786
+ property :batch_content_location, as: 'batchContentLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2BatchContentLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2BatchContentLocation::Representation
2787
+
2719
2788
  property :container_name, as: 'containerName'
2720
2789
  property :container_timestamp, as: 'containerTimestamp'
2721
2790
  property :container_version, as: 'containerVersion'
2791
+ property :conversation_location, as: 'conversationLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ConversationLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ConversationLocation::Representation
2792
+
2722
2793
  property :document_location, as: 'documentLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DocumentLocation::Representation
2723
2794
 
2724
2795
  property :image_location, as: 'imageLocation', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageLocation, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ImageLocation::Representation
@@ -2738,6 +2809,32 @@ module Google
2738
2809
  end
2739
2810
  end
2740
2811
 
2812
+ class GooglePrivacyDlpV2Conversation
2813
+ # @private
2814
+ class Representation < Google::Apis::Core::JsonRepresentation
2815
+ collection :messages, as: 'messages', class: Google::Apis::DlpV2::GooglePrivacyDlpV2ConversationMessage, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2ConversationMessage::Representation
2816
+
2817
+ end
2818
+ end
2819
+
2820
+ class GooglePrivacyDlpV2ConversationLocation
2821
+ # @private
2822
+ class Representation < Google::Apis::Core::JsonRepresentation
2823
+ property :all_messages, as: 'allMessages', class: Google::Apis::DlpV2::GooglePrivacyDlpV2AllMessages, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2AllMessages::Representation
2824
+
2825
+ property :message_index, as: 'messageIndex'
2826
+ end
2827
+ end
2828
+
2829
+ class GooglePrivacyDlpV2ConversationMessage
2830
+ # @private
2831
+ class Representation < Google::Apis::Core::JsonRepresentation
2832
+ property :content, as: 'content'
2833
+ property :message_type, as: 'messageType'
2834
+ property :participant_id, as: 'participantId'
2835
+ end
2836
+ end
2837
+
2741
2838
  class GooglePrivacyDlpV2CreateConnectionRequest
2742
2839
  # @private
2743
2840
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4129,6 +4226,7 @@ module Google
4129
4226
  class GooglePrivacyDlpV2InspectTemplate
4130
4227
  # @private
4131
4228
  class Representation < Google::Apis::Core::JsonRepresentation
4229
+ property :allow_limited_availability_info_types, as: 'allowLimitedAvailabilityInfoTypes'
4132
4230
  property :create_time, as: 'createTime'
4133
4231
  property :description, as: 'description'
4134
4232
  property :display_name, as: 'displayName'
@@ -5269,6 +5367,13 @@ module Google
5269
5367
  end
5270
5368
  end
5271
5369
 
5370
+ class GooglePrivacyDlpV2StringValueBatch
5371
+ # @private
5372
+ class Representation < Google::Apis::Core::JsonRepresentation
5373
+ collection :values, as: 'values'
5374
+ end
5375
+ end
5376
+
5272
5377
  class GooglePrivacyDlpV2SummaryResult
5273
5378
  # @private
5274
5379
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.108.0
4
+ version: 0.110.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.108.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.110.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="