google-apis-securitycenter_v1beta2 0.8.0 → 0.9.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: 2a76784e622bfb3b2c8c7450dacb97ef96f66e79977565c027636a541153b6ef
|
4
|
+
data.tar.gz: bf578552f9610f25401443f496ae0913b49c9c71418065e3961a08ab75a49764
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b937fd4101cd5d3e35f761cc7f9f42a5c0fd9a5ca708fbd0c37bd87d3f00353d26725cd005bf2e132bea6ab1696d34dc4af7716ddc1c13ad0bd9d2f03200151
|
7
|
+
data.tar.gz: 35aca49e864ff828ac2b56a044e66da7c2433ceded94ac7cc6ab6b6861ed781a72f999474136bbb825e5c6a3feec2b2dcb3d8bdbb330749e32090e6fec3cfc37
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Securitycenter service in particular.)
|
67
67
|
|
@@ -486,6 +486,11 @@ module Google
|
|
486
486
|
class GoogleCloudSecuritycenterV1Resource
|
487
487
|
include Google::Apis::Core::Hashable
|
488
488
|
|
489
|
+
# The human readable name of the resource.
|
490
|
+
# Corresponds to the JSON property `displayName`
|
491
|
+
# @return [String]
|
492
|
+
attr_accessor :display_name
|
493
|
+
|
489
494
|
# Output only. Contains a Folder message for each folder in the assets ancestry.
|
490
495
|
# The first folder is the deepest nested folder, and the last folder is the
|
491
496
|
# folder directly under the Organization.
|
@@ -530,6 +535,7 @@ module Google
|
|
530
535
|
|
531
536
|
# Update properties of this object
|
532
537
|
def update!(**args)
|
538
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
533
539
|
@folders = args[:folders] if args.key?(:folders)
|
534
540
|
@name = args[:name] if args.key?(:name)
|
535
541
|
@parent = args[:parent] if args.key?(:parent)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -290,6 +290,7 @@ module Google
|
|
290
290
|
class GoogleCloudSecuritycenterV1Resource
|
291
291
|
# @private
|
292
292
|
class Representation < Google::Apis::Core::JsonRepresentation
|
293
|
+
property :display_name, as: 'displayName'
|
293
294
|
collection :folders, as: 'folders', class: Google::Apis::SecuritycenterV1beta2::Folder, decorator: Google::Apis::SecuritycenterV1beta2::Folder::Representation
|
294
295
|
|
295
296
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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: 2021-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.9.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|