google-apis-securitycenter_v1beta1 0.10.0 → 0.11.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: d3a296981cdf1bf4c7b68a6856a992db36b7938cb62cfa3f2458a0c86ddc122e
4
- data.tar.gz: ee18de0c0571645df270a74bdfb06b04fd51e90e49268a33a7cbf5640586825b
3
+ metadata.gz: 91f01c7d9f50960fd42f1910b2ffb9de91b15bd0dba980bd0fe7445fd4e1095d
4
+ data.tar.gz: 138932c073885098c0289cb9b20a40d1ff5cdf9a260d2be2312d0c6156bc7c46
5
5
  SHA512:
6
- metadata.gz: faa67e8d8ca37e2c85775d7646e8031fa86ad07f2b52685dcc304facf210cb26ca4926d913f56ecef5e48567c692519a7aa3997425f1f1a0b79645be90733c21
7
- data.tar.gz: fb1faddf809272760ac0ec39e0e3e122038a2c7d0f9dffa609d2a53ad8affc4eac250ce7295765b8c51733288ee0b87c56d89d3b2a4845e06a9e028b2411456a
6
+ metadata.gz: 2c981a79e26cff9e913b3efe92d0f815517c6aa31f9142a3feafcc7357ebc9ad02d18ce069ff48ff5c6bfafb2232d5b8f44b03b798a55f5e2fd30b1f41df7b33
7
+ data.tar.gz: e6f05c0ea9344a8a030ca7dd84c8651ad3366e34262b2ad9f2771fcdd47209cd1e2a1833bb1214b2cad1a79f9ac3f5bac3df752cbe40e6ff31750cd27812eb6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
3
7
  ### v0.10.0 (2021-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20211007
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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
 
@@ -691,6 +691,11 @@ module Google
691
691
  class GoogleCloudSecuritycenterV1Resource
692
692
  include Google::Apis::Core::Hashable
693
693
 
694
+ # The human readable name of the resource.
695
+ # Corresponds to the JSON property `displayName`
696
+ # @return [String]
697
+ attr_accessor :display_name
698
+
694
699
  # Output only. Contains a Folder message for each folder in the assets ancestry.
695
700
  # The first folder is the deepest nested folder, and the last folder is the
696
701
  # folder directly under the Organization.
@@ -735,6 +740,7 @@ module Google
735
740
 
736
741
  # Update properties of this object
737
742
  def update!(**args)
743
+ @display_name = args[:display_name] if args.key?(:display_name)
738
744
  @folders = args[:folders] if args.key?(:folders)
739
745
  @name = args[:name] if args.key?(:name)
740
746
  @parent = args[:parent] if args.key?(:parent)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20211007"
25
+ REVISION = "20211015"
26
26
  end
27
27
  end
28
28
  end
@@ -486,6 +486,7 @@ module Google
486
486
  class GoogleCloudSecuritycenterV1Resource
487
487
  # @private
488
488
  class Representation < Google::Apis::Core::JsonRepresentation
489
+ property :display_name, as: 'displayName'
489
490
  collection :folders, as: 'folders', class: Google::Apis::SecuritycenterV1beta1::Folder, decorator: Google::Apis::SecuritycenterV1beta1::Folder::Representation
490
491
 
491
492
  property :name, as: 'name'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-10-18 00:00:00.000000000 Z
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/master/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: