google-apis-cloudasset_v1 0.37.0 → 0.40.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: eb1fd56a17dccd382b3e9f3e96ab0c0cbc7ff75cf99f2413a79a6fbaffd313b0
4
- data.tar.gz: c75cbbcc0c084446958becef99d6e2d4855ff0c628e51ffd382b40642cacbe35
3
+ metadata.gz: 59cf868788c9ada586e2fb99bab91e63d8e37147f7f342594139297e17172bc6
4
+ data.tar.gz: 83e0a3dd0866b429e6f0849fb50c7dec66fbb4556e7f6a90efa9520dcc7fab7c
5
5
  SHA512:
6
- metadata.gz: e2abc8fcc1ec1f7b4a534decc8a5edf0f7539cd008c1a46906a6d934f8eca2eb7626594960e846df638358e7cd468505db21115170e121c021df2513590dea68
7
- data.tar.gz: db26303d23822b34316ef6f9c32bbb025fe648b8536cb301d12b8b491ee5a5b07c58ec998f1153232f1cf7bdec7d2b966aa80dce3aec622288512fb500294338
6
+ metadata.gz: 2d27b93603b524a7a11543421612015a67560c1fa5056a5b6f9c0ae2f93de85f7c060d850b90bdb74053b6202085d5644211854682adff760c0cd1698e147a5c
7
+ data.tar.gz: f75d39f0f6247fab8d354c524c054e92e301a4849e110b5d918c0d611d4b4c97eda32c0becd6f2e902e3dbb93eb7e72f12b4e016806f1bc69b539b435d2d8767
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.40.0 (2022-06-21)
4
+
5
+ * Regenerated from discovery document revision 20220617
6
+ * Regenerated using generator version 0.7.0
7
+
8
+ ### v0.39.0 (2022-06-17)
9
+
10
+ * Regenerated from discovery document revision 20220610
11
+ * Regenerated using generator version 0.6.0
12
+
13
+ ### v0.38.0 (2022-06-07)
14
+
15
+ * Regenerated from discovery document revision 20220604
16
+ * Regenerated using generator version 0.5.0
17
+
3
18
  ### v0.37.0 (2022-05-25)
4
19
 
5
20
  * Regenerated from discovery document revision 20220520
@@ -2394,6 +2394,16 @@ module Google
2394
2394
  class GoogleIdentityAccesscontextmanagerV1EgressTo
2395
2395
  include Google::Apis::Core::Hashable
2396
2396
 
2397
+ # A list of external resources that are allowed to be accessed. Only AWS and
2398
+ # Azure resources are supported. For Amazon S3, the supported format is s3://
2399
+ # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
2400
+ # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
2401
+ # resource in this list (Example: s3://bucket/path). Currently '*' is not
2402
+ # allowed.
2403
+ # Corresponds to the JSON property `externalResources`
2404
+ # @return [Array<String>]
2405
+ attr_accessor :external_resources
2406
+
2397
2407
  # A list of ApiOperations allowed to be performed by the sources specified in
2398
2408
  # the corresponding EgressFrom. A request matches if it uses an operation/
2399
2409
  # service in this list.
@@ -2416,6 +2426,7 @@ module Google
2416
2426
 
2417
2427
  # Update properties of this object
2418
2428
  def update!(**args)
2429
+ @external_resources = args[:external_resources] if args.key?(:external_resources)
2419
2430
  @operations = args[:operations] if args.key?(:operations)
2420
2431
  @resources = args[:resources] if args.key?(:resources)
2421
2432
  end
@@ -4113,7 +4124,8 @@ module Google
4113
4124
  end
4114
4125
  end
4115
4126
 
4116
- # A result of Resource Search, containing information of a cloud resource.
4127
+ # A result of Resource Search, containing information of a cloud resource. Next
4128
+ # ID: 28
4117
4129
  class ResourceSearchResult
4118
4130
  include Google::Apis::Core::Hashable
4119
4131
 
@@ -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.37.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220520"
25
+ REVISION = "20220617"
26
26
  end
27
27
  end
28
28
  end
@@ -1213,6 +1213,7 @@ module Google
1213
1213
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1214
1214
  # @private
1215
1215
  class Representation < Google::Apis::Core::JsonRepresentation
1216
+ collection :external_resources, as: 'externalResources'
1216
1217
  collection :operations, as: 'operations', class: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ApiOperation, decorator: Google::Apis::CloudassetV1::GoogleIdentityAccesscontextmanagerV1ApiOperation::Representation
1217
1218
 
1218
1219
  collection :resources, as: 'resources'
@@ -1096,9 +1096,16 @@ module Google
1096
1096
  # env:prod` to find Cloud resources that have a label "env" and its value is "
1097
1097
  # prod". * `labels.env:*` to find Cloud resources that have a label "env". * `
1098
1098
  # kmsKey:key` to find Cloud resources encrypted with a customer-managed
1099
- # encryption key whose name contains the word "key". * `state:ACTIVE` to find
1100
- # Cloud resources whose state contains "ACTIVE" as a word. * `NOT state:ACTIVE`
1101
- # to find Cloud resources whose state doesn't contain "ACTIVE" as a word. * `
1099
+ # encryption key whose name contains the word "key". * `relationships:instance-
1100
+ # group-1` to find Cloud resources that have relationships with "instance-group-
1101
+ # 1" in the related resource name. * `relationships:INSTANCE_TO_INSTANCEGROUP`
1102
+ # to find compute instances that have relationships of type "
1103
+ # INSTANCE_TO_INSTANCEGROUP". * `relationships.INSTANCE_TO_INSTANCEGROUP:
1104
+ # instance-group-1` to find compute instances that have relationships with "
1105
+ # instance-group-1" in the compute instance group resource name, for
1106
+ # relationship type "INSTANCE_TO_INSTANCEGROUP". * `state:ACTIVE` to find Cloud
1107
+ # resources whose state contains "ACTIVE" as a word. * `NOT state:ACTIVE` to
1108
+ # find Cloud resources whose state doesn't contain "ACTIVE" as a word. * `
1102
1109
  # createTime<1609459200` to find Cloud resources that were created before "2021-
1103
1110
  # 01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of "2021-01-01 00:00:00
1104
1111
  # UTC" in seconds. * `updateTime>1609459200` to find Cloud resources that were
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.37.0
4
+ version: 0.40.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-05-30 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.40.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: []