google-apis-servicecontrol_v2 0.33.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: a1c5a19f31ccfcc25b5f7f65c83724cb8930f09fab16acbb120fd020f175c773
4
- data.tar.gz: ed008c68f831365731397d0e5b743eb39a23d8aa4cb242f56d693511f83e6fbb
3
+ metadata.gz: 467b588c1a4cf0890a86f4ed84cf2e798857f92151a75e6c01fa770b61c2c9b3
4
+ data.tar.gz: 56318fac2f76bdb9cd4ec205912aa91ea3ae303986271c9d2cb717c312704bf3
5
5
  SHA512:
6
- metadata.gz: c4cd4ce5c5327cf65820ce7b389cba2b595e068ccb32db1cc287a923b91c51e2927a809e4236062542bf5ba888f154258577ee25933e7182e044a7c4ba3f7ed1
7
- data.tar.gz: d21735d2c284c9b6108b01ea306a312d239613bdb27947d4637a09c3392b88d71ca8bf9e995bcecbc3c541750273c75dd2e15d3f8db1a51b97fba9cd0a1c112d
6
+ metadata.gz: 6375be6ec3625b5558b00040467b0c52d79e0d487126e3aeee278025feb6abf39ecc17af30761bea2f0848aa8b940c0d4d85fe7706659023f073fa5b51ea842b
7
+ data.tar.gz: 962095f72585d31581b3eb1effd1e4a3eb07fe023e9cea4dafb8cccb6c6abf2b829ad7bc6031fef98af1349c2b6d934e55410387327c82758d82fe649f7f7853
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.34.0 (2024-03-31)
8
+
9
+ * Regenerated from discovery document revision 20240322
10
+
3
11
  ### v0.33.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -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
@@ -721,12 +729,19 @@ module Google
721
729
  class ReportResponse
722
730
  include Google::Apis::Core::Hashable
723
731
 
732
+ # The extension field to store serialized OTel responses. e.g.
733
+ # ExportLogsServiceResponse, ExportMetricsServiceResponse.
734
+ # Corresponds to the JSON property `extensions`
735
+ # @return [Hash<String,Object>]
736
+ attr_accessor :extensions
737
+
724
738
  def initialize(**args)
725
739
  update!(**args)
726
740
  end
727
741
 
728
742
  # Update properties of this object
729
743
  def update!(**args)
744
+ @extensions = args[:extensions] if args.key?(:extensions)
730
745
  end
731
746
  end
732
747
 
@@ -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.33.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 = "20230805"
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
 
@@ -374,6 +375,7 @@ module Google
374
375
  class ReportResponse
375
376
  # @private
376
377
  class Representation < Google::Apis::Core::JsonRepresentation
378
+ hash :extensions, as: 'extensions'
377
379
  end
378
380
  end
379
381
 
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.33.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-02-25 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.33.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: []