google-apis-cloudasset_v1 0.77.0 → 0.79.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: 1a6c45b1b73759bf01815099affec568933a99296db8ae1336108331d725756e
4
- data.tar.gz: 576834d1ce60f6347074d4d964a3c0bbdc859c92bd23f675cb1a5ebba6de0fcf
3
+ metadata.gz: f94155516dae21f2834998710230407b769d9ed4311b4342bf789f1203f950d8
4
+ data.tar.gz: b0172923adeefcbf976ed1696d9ec44ab33b9263b6308bc78613e95e94906003
5
5
  SHA512:
6
- metadata.gz: 79b9ae2eca9df59178c16f7ac08768e90a327038c7da031dd3ef81ff01f5d7cc080e719293e7d4ef4ad3c439f83625373c6bd19780067d5eeda07891fbac3a1c
7
- data.tar.gz: 58b580b6513e8112637695fc50d8d287e14ee3750e9af43f2490f9691f5f9bd029fcfb951b2ddb2a98ae3003654ebdc3a0bacdb5f2b8f1e09ebd3c8df072b846
6
+ metadata.gz: bc5fca00a22bf3ae16c2fb264b667897ba92777773c58a129750360461402205c036e3d938a97aff2ab8a02754cec60996f345887aebf8d1897dc83cfa9c850f
7
+ data.tar.gz: 4903e4a26c7cecf09bcfe3cf9957b7c9ef00aa7219ef60911571294898d1b0c18c3aaac9a4e6d90ee3642c6c158f0d92948fff5d5a1e62ba603a82dbdb24c367
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.79.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240614
6
+
7
+ ### v0.78.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240608
10
+
3
11
  ### v0.77.0 (2024-05-19)
4
12
 
5
13
  * Regenerated using generator version 0.15.0
@@ -2813,10 +2813,11 @@ module Google
2813
2813
  # @return [String]
2814
2814
  attr_accessor :description
2815
2815
 
2816
- # Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
2817
- # accessLevels/`access_level``. The `access_level` component must begin with a
2818
- # letter, followed by alphanumeric characters or `_`. Its maximum length is 50
2819
- # characters. After you create an `AccessLevel`, you cannot change its `name`.
2816
+ # Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
2817
+ # access_policy`/accessLevels/`access_level``. The `access_level` component must
2818
+ # begin with a letter, followed by alphanumeric characters or `_`. Its maximum
2819
+ # length is 50 characters. After you create an `AccessLevel`, you cannot change
2820
+ # its `name`.
2820
2821
  # Corresponds to the JSON property `name`
2821
2822
  # @return [String]
2822
2823
  attr_accessor :name
@@ -2850,14 +2851,14 @@ module Google
2850
2851
 
2851
2852
  # Output only. An opaque identifier for the current version of the `AccessPolicy`
2852
2853
  # . This will always be a strongly validated etag, meaning that two Access
2853
- # Polices will be identical if and only if their etags are identical. Clients
2854
+ # Policies will be identical if and only if their etags are identical. Clients
2854
2855
  # should not expect this to be in any specific format.
2855
2856
  # Corresponds to the JSON property `etag`
2856
2857
  # @return [String]
2857
2858
  attr_accessor :etag
2858
2859
 
2859
- # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
2860
- # access_policy``
2860
+ # Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
2861
+ # accessPolicies/`access_policy``
2861
2862
  # Corresponds to the JSON property `name`
2862
2863
  # @return [String]
2863
2864
  attr_accessor :name
@@ -3541,7 +3542,7 @@ module Google
3541
3542
  # @return [String]
3542
3543
  attr_accessor :description
3543
3544
 
3544
- # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
3545
+ # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
3545
3546
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
3546
3547
  # component must begin with a letter, followed by alphanumeric characters or `_`.
3547
3548
  # After you create a `ServicePerimeter`, you cannot change its `name`.
@@ -5301,8 +5302,7 @@ module Google
5301
5302
  end
5302
5303
  end
5303
5304
 
5304
- # A result of Resource Search, containing information of a cloud resource. Next
5305
- # ID: 34
5305
+ # A result of Resource Search, containing information of a cloud resource.
5306
5306
  class ResourceSearchResult
5307
5307
  include Google::Apis::Core::Hashable
5308
5308
 
@@ -5415,14 +5415,14 @@ module Google
5415
5415
  # @return [Array<String>]
5416
5416
  attr_accessor :kms_keys
5417
5417
 
5418
- # Labels associated with this resource. See [Labelling and grouping Google Cloud
5419
- # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
5420
- # your-google-cloud-platform-resources) for more information. This field is
5421
- # available only when the resource's Protobuf contains it. To search against the
5422
- # `labels`: * Use a field query: - query on any label's key or value. Example: `
5423
- # labels:prod` - query by a given label. Example: `labels.env:prod` - query by a
5424
- # given label's existence. Example: `labels.env:*` * Use a free text query.
5425
- # Example: `prod`
5418
+ # User labels associated with this resource. See [Labelling and grouping Google
5419
+ # Cloud resources](https://cloud.google.com/blog/products/gcp/labelling-and-
5420
+ # grouping-your-google-cloud-platform-resources) for more information. This
5421
+ # field is available only when the resource's Protobuf contains it. To search
5422
+ # against the `labels`: * Use a field query: - query on any label's key or value.
5423
+ # Example: `labels:prod` - query by a given label. Example: `labels.env:prod` -
5424
+ # query by a given label's existence. Example: `labels.env:*` * Use a free text
5425
+ # query. Example: `prod`
5426
5426
  # Corresponds to the JSON property `labels`
5427
5427
  # @return [Hash<String,String>]
5428
5428
  attr_accessor :labels
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.77.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240412"
25
+ REVISION = "20240614"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.79.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-05-19 00:00:00.000000000 Z
11
+ date: 2024-06-23 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-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.77.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.79.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []