google-apis-cloudasset_v1beta1 0.2.0 → 0.7.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: fac8f9ebc356dc552f409583a06425eafdb41435792001057ab3c0096e05080d
4
- data.tar.gz: 793025922af39e094155daa9200fb28dd735faa5068c4bf616e53d26d9ecb3d9
3
+ metadata.gz: 87dc737fd07388ed2794ced52bbd09669a54ddd1d62bbb5525666adfc88b4f79
4
+ data.tar.gz: b8d657395441b96aed60d72bff61de79b3ea33419bf6f60e34097361307f68e8
5
5
  SHA512:
6
- metadata.gz: 1e12a8569dc6fffec5e838d0a80c0244992a8a7f04461e2bf6395203d75086fa30540d39dd62e34cad3470ea32b04090a53a37837671f8cc090e675a43472fb9
7
- data.tar.gz: b12eb0be879919645e6202fc180788398b022d6a35080aa8e8640cd808303cbeca6b81cd51a90c3c0f565065e345765ef0b527b3b3b0d0115b85af8b4a903418
6
+ metadata.gz: e2f4691386ca5936a5fc3454ec463c3c609daa95cfa4aee1028e5f0f6d30cad5374e3631866bcc8cbf791e0ad535866f1c988c1e97909c69165ebc810382739c
7
+ data.tar.gz: 8393421472dad0af0003429eb3e671813db1a396cdda0bdd1dcf44a60f574c8fb660a58ff24f992b95d2c659935a24e2a62e42c368e144b7f66b32fc8f113618
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.7.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.6.0 (2021-05-19)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.5.0 (2021-04-22)
12
+
13
+ * Regenerated from discovery document revision 20210416
14
+
15
+ ### v0.4.0 (2021-03-31)
16
+
17
+ * Regenerated from discovery document revision 20210326
18
+
19
+ ### v0.3.0 (2021-03-09)
20
+
21
+ * Regenerated from discovery document revision 20210305
22
+ * Regenerated using generator version 0.2.0
23
+
3
24
  ### v0.2.0 (2021-03-04)
4
25
 
5
26
  * Regenerated from discovery document revision 20210226
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -22,6 +22,19 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1beta1
24
24
 
25
+ # A response message for AssetService.AnalyzeIamPolicyLongrunning.
26
+ class AnalyzeIamPolicyLongrunningResponse
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
25
38
  # An asset in Google Cloud. An asset can be any resource in the Google Cloud [
26
39
  # resource hierarchy](https://cloud.google.com/resource-manager/docs/cloud-
27
40
  # platform-resource-hierarchy), a resource outside the Google Cloud resource
@@ -1355,9 +1368,9 @@ module Google
1355
1368
 
1356
1369
  # Defines the conditions under which an EgressPolicy matches a request.
1357
1370
  # Conditions based on information about the source of the request. Note that if
1358
- # the destination of the request is protected by a ServicePerimeter, then that
1359
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1360
- # this request to succeed.
1371
+ # the destination of the request is also protected by a ServicePerimeter, then
1372
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1373
+ # for this request to succeed.
1361
1374
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1362
1375
  include Google::Apis::Core::Hashable
1363
1376
 
@@ -1403,9 +1416,9 @@ module Google
1403
1416
 
1404
1417
  # Defines the conditions under which an EgressPolicy matches a request.
1405
1418
  # Conditions based on information about the source of the request. Note that if
1406
- # the destination of the request is protected by a ServicePerimeter, then that
1407
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1408
- # this request to succeed.
1419
+ # the destination of the request is also protected by a ServicePerimeter, then
1420
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1421
+ # for this request to succeed.
1409
1422
  # Corresponds to the JSON property `egressFrom`
1410
1423
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1411
1424
  attr_accessor :egress_from
@@ -1413,8 +1426,10 @@ module Google
1413
1426
  # Defines the conditions under which an EgressPolicy matches a request.
1414
1427
  # Conditions are based on information about the ApiOperation intended to be
1415
1428
  # performed on the `resources` specified. Note that if the destination of the
1416
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1417
- # have an IngressPolicy which allows access in order for this request to succeed.
1429
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1430
+ # must have an IngressPolicy which allows access in order for this request to
1431
+ # succeed. The request must match `operations` AND `resources` fields in order
1432
+ # to be allowed egress out of the perimeter.
1418
1433
  # Corresponds to the JSON property `egressTo`
1419
1434
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1420
1435
  attr_accessor :egress_to
@@ -1433,21 +1448,25 @@ module Google
1433
1448
  # Defines the conditions under which an EgressPolicy matches a request.
1434
1449
  # Conditions are based on information about the ApiOperation intended to be
1435
1450
  # performed on the `resources` specified. Note that if the destination of the
1436
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1437
- # have an IngressPolicy which allows access in order for this request to succeed.
1451
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1452
+ # must have an IngressPolicy which allows access in order for this request to
1453
+ # succeed. The request must match `operations` AND `resources` fields in order
1454
+ # to be allowed egress out of the perimeter.
1438
1455
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1439
1456
  include Google::Apis::Core::Hashable
1440
1457
 
1441
- # A list of ApiOperations that this egress rule applies to. A request matches if
1442
- # it contains an operation/service in this list.
1458
+ # A list of ApiOperations allowed to be performed by the sources specified in
1459
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1460
+ # service in this list.
1443
1461
  # Corresponds to the JSON property `operations`
1444
1462
  # @return [Array<Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1445
1463
  attr_accessor :operations
1446
1464
 
1447
- # A list of resources, currently only projects in the form `projects/`, that
1448
- # match this to stanza. A request matches if it contains a resource in this list.
1449
- # If `*` is specified for resources, then this EgressTo rule will authorize
1450
- # access to all resources outside the perimeter.
1465
+ # A list of resources, currently only projects in the form `projects/`, that are
1466
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1467
+ # request matches if it contains a resource in this list. If `*` is specified
1468
+ # for `resources`, then this EgressTo rule will authorize access to all
1469
+ # resources outside the perimeter.
1451
1470
  # Corresponds to the JSON property `resources`
1452
1471
  # @return [Array<String>]
1453
1472
  attr_accessor :resources
@@ -1464,7 +1483,9 @@ module Google
1464
1483
  end
1465
1484
 
1466
1485
  # Defines the conditions under which an IngressPolicy matches a request.
1467
- # Conditions are based on information about the source of the request.
1486
+ # Conditions are based on information about the source of the request. The
1487
+ # request must satisfy what is defined in `sources` AND identity related fields
1488
+ # in order to match.
1468
1489
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1469
1490
  include Google::Apis::Core::Hashable
1470
1491
 
@@ -1513,14 +1534,17 @@ module Google
1513
1534
  include Google::Apis::Core::Hashable
1514
1535
 
1515
1536
  # Defines the conditions under which an IngressPolicy matches a request.
1516
- # Conditions are based on information about the source of the request.
1537
+ # Conditions are based on information about the source of the request. The
1538
+ # request must satisfy what is defined in `sources` AND identity related fields
1539
+ # in order to match.
1517
1540
  # Corresponds to the JSON property `ingressFrom`
1518
1541
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1519
1542
  attr_accessor :ingress_from
1520
1543
 
1521
1544
  # Defines the conditions under which an IngressPolicy matches a request.
1522
1545
  # Conditions are based on information about the ApiOperation intended to be
1523
- # performed on the destination of the request.
1546
+ # performed on the target resource of the request. The request must satisfy what
1547
+ # is defined in `operations` AND `resources` in order to match.
1524
1548
  # Corresponds to the JSON property `ingressTo`
1525
1549
  # @return [Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1526
1550
  attr_accessor :ingress_to
@@ -1546,7 +1570,8 @@ module Google
1546
1570
  # cause an error. If no AccessLevel names are listed, resources within the
1547
1571
  # perimeter can only be accessed via Google Cloud calls with request origins
1548
1572
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1549
- # . If `*` is specified, then all IngressSources will be allowed.
1573
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1574
+ # will be allowed.
1550
1575
  # Corresponds to the JSON property `accessLevel`
1551
1576
  # @return [String]
1552
1577
  attr_accessor :access_level
@@ -1574,22 +1599,21 @@ module Google
1574
1599
 
1575
1600
  # Defines the conditions under which an IngressPolicy matches a request.
1576
1601
  # Conditions are based on information about the ApiOperation intended to be
1577
- # performed on the destination of the request.
1602
+ # performed on the target resource of the request. The request must satisfy what
1603
+ # is defined in `operations` AND `resources` in order to match.
1578
1604
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1579
1605
  include Google::Apis::Core::Hashable
1580
1606
 
1581
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1582
- # allowed to perform in this ServicePerimeter.
1607
+ # A list of ApiOperations allowed to be performed by the sources specified in
1608
+ # corresponding IngressFrom in this ServicePerimeter.
1583
1609
  # Corresponds to the JSON property `operations`
1584
1610
  # @return [Array<Google::Apis::CloudassetV1beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1585
1611
  attr_accessor :operations
1586
1612
 
1587
1613
  # A list of resources, currently only projects in the form `projects/`,
1588
1614
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1589
- # defined in the corresponding IngressFrom. A request matches if it contains a
1590
- # resource in this list. If `*` is specified for resources, then this IngressTo
1591
- # rule will authorize access to all resources inside the perimeter, provided
1592
- # that the request also matches the `operations` field.
1615
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1616
+ # access to all resources inside the perimeter are allowed.
1593
1617
  # Corresponds to the JSON property `resources`
1594
1618
  # @return [Array<String>]
1595
1619
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1beta1
18
18
  # Version of the google-apis-cloudasset_v1beta1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210416"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module CloudassetV1beta1
24
24
 
25
+ class AnalyzeIamPolicyLongrunningResponse
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class Asset
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -280,6 +286,12 @@ module Google
280
286
  include Google::Apis::Core::JsonObjectSupport
281
287
  end
282
288
 
289
+ class AnalyzeIamPolicyLongrunningResponse
290
+ # @private
291
+ class Representation < Google::Apis::Core::JsonRepresentation
292
+ end
293
+ end
294
+
283
295
  class Asset
284
296
  # @private
285
297
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Asset API V1beta1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.7.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Asset API V1beta1