google-apis-servicecontrol_v2 0.34.0 → 0.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfffd012ceeb825c072157bddf3723e5449ba3a6c8242c1b8085b6d9b4a62ceb
4
- data.tar.gz: 84609d83c115db9388135ba74960cc37ff54889e8fcc44dec6dc1c3126d81dfc
3
+ metadata.gz: 467b588c1a4cf0890a86f4ed84cf2e798857f92151a75e6c01fa770b61c2c9b3
4
+ data.tar.gz: 56318fac2f76bdb9cd4ec205912aa91ea3ae303986271c9d2cb717c312704bf3
5
5
  SHA512:
6
- metadata.gz: 69e3f0b9978e8d24a6f37fae9b4919025b1e5acac82e902982767debb5b6113d60d9ac6a1f15f1a315e45035ea17d0f94b62966611c6b3202b5378c71506fb36
7
- data.tar.gz: 94d05954235e41534ae345665e0c552c095b5ede9e5a35732290abd26e996fd5802c106e9c6b7c5f2156f2e4d320543fd7aaae619d972a880c53fe1d64991bcd
6
+ metadata.gz: 6375be6ec3625b5558b00040467b0c52d79e0d487126e3aeee278025feb6abf39ecc17af30761bea2f0848aa8b940c0d4d85fe7706659023f073fa5b51ea842b
7
+ data.tar.gz: 962095f72585d31581b3eb1effd1e4a3eb07fe023e9cea4dafb8cccb6c6abf2b829ad7bc6031fef98af1349c2b6d934e55410387327c82758d82fe649f7f7853
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicecontrol_v2
2
2
 
3
+ ### v0.35.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240412
6
+
3
7
  ### v0.34.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240322
@@ -445,6 +445,13 @@ module Google
445
445
  # @return [String]
446
446
  attr_accessor :permission
447
447
 
448
+ # The type of the permission that was checked. For data access audit logs this
449
+ # corresponds with the permission type that must be enabled in the project/
450
+ # folder/organization IAM policy in order for the log to be written.
451
+ # Corresponds to the JSON property `permissionType`
452
+ # @return [String]
453
+ attr_accessor :permission_type
454
+
448
455
  # The resource being accessed, as a REST-style or cloud resource string. For
449
456
  # example: bigquery.googleapis.com/projects/PROJECTID/datasets/DATASETID or
450
457
  # projects/PROJECTID/datasets/DATASETID
@@ -467,6 +474,7 @@ module Google
467
474
  def update!(**args)
468
475
  @granted = args[:granted] if args.key?(:granted)
469
476
  @permission = args[:permission] if args.key?(:permission)
477
+ @permission_type = args[:permission_type] if args.key?(:permission_type)
470
478
  @resource = args[:resource] if args.key?(:resource)
471
479
  @resource_attributes = args[:resource_attributes] if args.key?(:resource_attributes)
472
480
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicecontrolV2
18
18
  # Version of the google-apis-servicecontrol_v2 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240322"
25
+ REVISION = "20240412"
26
26
  end
27
27
  end
28
28
  end
@@ -297,6 +297,7 @@ module Google
297
297
  class Representation < Google::Apis::Core::JsonRepresentation
298
298
  property :granted, as: 'granted'
299
299
  property :permission, as: 'permission'
300
+ property :permission_type, as: 'permissionType'
300
301
  property :resource, as: 'resource'
301
302
  property :resource_attributes, as: 'resourceAttributes', class: Google::Apis::ServicecontrolV2::Resource, decorator: Google::Apis::ServicecontrolV2::Resource::Representation
302
303
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicecontrol_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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-31 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v2/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicecontrol_v2
63
63
  post_install_message:
64
64
  rdoc_options: []