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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 467b588c1a4cf0890a86f4ed84cf2e798857f92151a75e6c01fa770b61c2c9b3
|
4
|
+
data.tar.gz: 56318fac2f76bdb9cd4ec205912aa91ea3ae303986271c9d2cb717c312704bf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6375be6ec3625b5558b00040467b0c52d79e0d487126e3aeee278025feb6abf39ecc17af30761bea2f0848aa8b940c0d4d85fe7706659023f073fa5b51ea842b
|
7
|
+
data.tar.gz: 962095f72585d31581b3eb1effd1e4a3eb07fe023e9cea4dafb8cccb6c6abf2b829ad7bc6031fef98af1349c2b6d934e55410387327c82758d82fe649f7f7853
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|