google-apis-cloudasset_v1 0.30.0 → 0.33.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: 87e58a446da58c1f8b741fb607a58274c9542de12b4954e27ed37b147d9fd8e6
4
- data.tar.gz: abe35372ea4f4dfd39a16aa2c51af536a43f135416d05a2648bc4dfa6b7f53cb
3
+ metadata.gz: 56aac3bca4933ca3952bf7f645ef131dc192cf2aff9995b64ad8b0468ef8b521
4
+ data.tar.gz: 5bac8375057d22ed0dc0266c1884798c9280c4cd7c45d4d1c45eb1dfd519b914
5
5
  SHA512:
6
- metadata.gz: 462c562ae2e03e7cbad107ca03b895579aae755d3bbb677fcb470bae32e90740a6bc996055357304d338c9040be9622fd48f3a7c13adcfa1a6eccde336af72d0
7
- data.tar.gz: f4d01f7b2c1e808ec988965e2fdfd01e23a82f44c1ef3d14fff5364b557a1da10172ee9f5f77dcff04ba41f67a2a85f16264bd311f6af63c08421e28e5d50485
6
+ metadata.gz: 9e22f7e321b867543a17d05915895faabbc60d4583b06d73ca455cb3a199b2be63bb9754ad210555a599374923c63e448f19fb77694dcd5610efdeecce171a6f
7
+ data.tar.gz: c51f480c2404d9ed792aa225d2542c69ee399c4ec4f52cd0d8ab8f926f0f1b12c7c95d3e8110cf9c0b9f9ea48547eabe58f98f905c6c399fa8c23749d26fa23c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.33.0 (2022-04-27)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
7
+ ### v0.32.0 (2022-04-13)
8
+
9
+ * Regenerated from discovery document revision 20220412
10
+
11
+ ### v0.31.0 (2022-03-24)
12
+
13
+ * Regenerated from discovery document revision 20220318
14
+
3
15
  ### v0.30.0 (2022-03-09)
4
16
 
5
17
  * Regenerated from discovery document revision 20220304
@@ -568,7 +568,7 @@ module Google
568
568
  # @return [Google::Apis::CloudassetV1::Expr]
569
569
  attr_accessor :condition
570
570
 
571
- # Specifies the principals requesting access for a Cloud Platform resource. `
571
+ # Specifies the principals requesting access for a Google Cloud resource. `
572
572
  # members` can have the following values: * `allUsers`: A special identifier
573
573
  # that represents anyone who is on the internet; with or without a Google
574
574
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -763,8 +763,7 @@ module Google
763
763
  # A generic empty message that you can re-use to avoid defining duplicated empty
764
764
  # messages in your APIs. A typical example is to use it as the request or the
765
765
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
766
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
767
- # `Empty` is empty JSON object ````.
766
+ # protobuf.Empty) returns (google.protobuf.Empty); `
768
767
  class Empty
769
768
  include Google::Apis::Core::Hashable
770
769
 
@@ -4272,6 +4271,30 @@ module Google
4272
4271
  # @return [String]
4273
4272
  attr_accessor :state
4274
4273
 
4274
+ # TagKey namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`. To
4275
+ # search against the `tagKeys`: * use a field query. Example: - `tagKeys:"
4276
+ # 123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"env"` * use a free
4277
+ # text query. Example: - `env`
4278
+ # Corresponds to the JSON property `tagKeys`
4279
+ # @return [Array<String>]
4280
+ attr_accessor :tag_keys
4281
+
4282
+ # TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`. To search against the
4283
+ # `tagValueIds`: * use a field query. Example: - `tagValueIds:"456"` - `
4284
+ # tagValueIds="tagValues/456"` * use a free text query. Example: - `456`
4285
+ # Corresponds to the JSON property `tagValueIds`
4286
+ # @return [Array<String>]
4287
+ attr_accessor :tag_value_ids
4288
+
4289
+ # TagValue namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`/`
4290
+ # TAG_VALUE_SHORT_NAME`. To search against the `tagValues`: * use a field query.
4291
+ # Example: - `tagValues:"env"` - `tagValues:"env/prod"` - `tagValues:"123456789/
4292
+ # env/prod*"` - `tagValues="123456789/env/prod"` * use a free text query.
4293
+ # Example: - `prod`
4294
+ # Corresponds to the JSON property `tagValues`
4295
+ # @return [Array<String>]
4296
+ attr_accessor :tag_values
4297
+
4275
4298
  # The last update timestamp of this resource, at which the resource was last
4276
4299
  # modified or deleted. The granularity is in seconds. Timestamp.nanos will
4277
4300
  # always be 0. This field is available only when the resource's Protobuf
@@ -4316,6 +4339,9 @@ module Google
4316
4339
  @project = args[:project] if args.key?(:project)
4317
4340
  @relationships = args[:relationships] if args.key?(:relationships)
4318
4341
  @state = args[:state] if args.key?(:state)
4342
+ @tag_keys = args[:tag_keys] if args.key?(:tag_keys)
4343
+ @tag_value_ids = args[:tag_value_ids] if args.key?(:tag_value_ids)
4344
+ @tag_values = args[:tag_values] if args.key?(:tag_values)
4319
4345
  @update_time = args[:update_time] if args.key?(:update_time)
4320
4346
  @versioned_resources = args[:versioned_resources] if args.key?(:versioned_resources)
4321
4347
  end
@@ -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.30.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220304"
25
+ REVISION = "20220422"
26
26
  end
27
27
  end
28
28
  end
@@ -1654,6 +1654,9 @@ module Google
1654
1654
  hash :relationships, as: 'relationships', class: Google::Apis::CloudassetV1::RelatedResources, decorator: Google::Apis::CloudassetV1::RelatedResources::Representation
1655
1655
 
1656
1656
  property :state, as: 'state'
1657
+ collection :tag_keys, as: 'tagKeys'
1658
+ collection :tag_value_ids, as: 'tagValueIds'
1659
+ collection :tag_values, as: 'tagValues'
1657
1660
  property :update_time, as: 'updateTime'
1658
1661
  collection :versioned_resources, as: 'versionedResources', class: Google::Apis::CloudassetV1::VersionedResource, decorator: Google::Apis::CloudassetV1::VersionedResource::Representation
1659
1662
 
@@ -1116,11 +1116,12 @@ module Google
1116
1116
  # Examples: `"*"`, `"name,location"`, `"name,versionedResources"`. The read_mask
1117
1117
  # paths must be valid field paths listed but not limited to (both snake_case and
1118
1118
  # camelCase are supported): * name * assetType * project * displayName *
1119
- # description * location * labels * networkTags * kmsKey * createTime *
1120
- # updateTime * state * additionalAttributes * versionedResources If read_mask is
1121
- # not specified, all fields except versionedResources will be returned. If only '
1122
- # *' is specified, all fields including versionedResources will be returned. Any
1123
- # invalid field path will trigger INVALID_ARGUMENT error.
1119
+ # description * location * tagKeys * tagValues * tagValueIds * labels *
1120
+ # networkTags * kmsKey * createTime * updateTime * state * additionalAttributes *
1121
+ # versionedResources If read_mask is not specified, all fields except
1122
+ # versionedResources will be returned. If only '*' is specified, all fields
1123
+ # including versionedResources will be returned. Any invalid field path will
1124
+ # trigger INVALID_ARGUMENT error.
1124
1125
  # @param [String] fields
1125
1126
  # Selector specifying which fields to include in a partial response.
1126
1127
  # @param [String] quota_user
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.30.0
4
+ version: 0.33.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: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-05-02 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.33.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: []