google-apis-cloudasset_v1p7beta1 0.4.0 → 0.9.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: ee2e75dcb45257dce63c0291937b6aa509b69f9a39f47e11eb5a2613b5c8e69d
4
- data.tar.gz: 4994a5e34413f74e48512fae1081286404444f4700937d5eb46e1e09a519498b
3
+ metadata.gz: 39177b5384bb974ab1c9c18f44f1a359a42129c74716385cab052d9009efc80e
4
+ data.tar.gz: 0dd42dd1196a0712ac24efe8facf45698819c08a3dcc57b03d24b0a21c6b085e
5
5
  SHA512:
6
- metadata.gz: ba2f88abda06294d07483fea07d9fff2b667f059e89f158d70c23172a6c52a8b16201d23837527bfa6da77e794784ba5d862bc70172aa3cbc6f24a7bcdaaae79
7
- data.tar.gz: 18943ecbe34b4509775fe4c2ebef8eaf1aca041ee8941e8a1a43cd3fdb0f4fe396d2e03bbfa2af1c083476af8919afe76f0cdeee20bd75b3ef7ca9f77c2261cc
6
+ metadata.gz: cb36589499e266376f9e5d4c8e6664d15f6a7ef3ef2a566aba9aa6e3f7bf0c7f820ffc5da9ea042f38942e464db730b04c60438804a2c154cfe285d710e9dce5
7
+ data.tar.gz: 2d0a54185555717e7c5a52d7269fbd4015951895a5f4fa891ab890c822d11eedeb47ff7e3a27e35c827ea79806eadc1591c6064799bdc73697727e1a69cafd80
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.9.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.8.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.7.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.6.0 (2021-04-22)
16
+
17
+ * Regenerated from discovery document revision 20210416
18
+
19
+ ### v0.5.0 (2021-03-31)
20
+
21
+ * Regenerated from discovery document revision 20210326
22
+
3
23
  ### v0.4.0 (2021-03-09)
4
24
 
5
25
  * Regenerated from discovery document revision 20210305
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p7beta1'
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
@@ -1372,9 +1372,9 @@ module Google
1372
1372
 
1373
1373
  # Defines the conditions under which an EgressPolicy matches a request.
1374
1374
  # Conditions based on information about the source of the request. Note that if
1375
- # the destination of the request is protected by a ServicePerimeter, then that
1376
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1377
- # this request to succeed.
1375
+ # the destination of the request is also protected by a ServicePerimeter, then
1376
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1377
+ # for this request to succeed.
1378
1378
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1379
1379
  include Google::Apis::Core::Hashable
1380
1380
 
@@ -1420,9 +1420,9 @@ module Google
1420
1420
 
1421
1421
  # Defines the conditions under which an EgressPolicy matches a request.
1422
1422
  # Conditions based on information about the source of the request. Note that if
1423
- # the destination of the request is protected by a ServicePerimeter, then that
1424
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1425
- # this request to succeed.
1423
+ # the destination of the request is also protected by a ServicePerimeter, then
1424
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1425
+ # for this request to succeed.
1426
1426
  # Corresponds to the JSON property `egressFrom`
1427
1427
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1428
1428
  attr_accessor :egress_from
@@ -1430,8 +1430,10 @@ module Google
1430
1430
  # Defines the conditions under which an EgressPolicy matches a request.
1431
1431
  # Conditions are based on information about the ApiOperation intended to be
1432
1432
  # performed on the `resources` specified. Note that if the destination of the
1433
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1434
- # have an IngressPolicy which allows access in order for this request to succeed.
1433
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1434
+ # must have an IngressPolicy which allows access in order for this request to
1435
+ # succeed. The request must match `operations` AND `resources` fields in order
1436
+ # to be allowed egress out of the perimeter.
1435
1437
  # Corresponds to the JSON property `egressTo`
1436
1438
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1437
1439
  attr_accessor :egress_to
@@ -1450,21 +1452,25 @@ module Google
1450
1452
  # Defines the conditions under which an EgressPolicy matches a request.
1451
1453
  # Conditions are based on information about the ApiOperation intended to be
1452
1454
  # performed on the `resources` specified. Note that if the destination of the
1453
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1454
- # have an IngressPolicy which allows access in order for this request to succeed.
1455
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1456
+ # must have an IngressPolicy which allows access in order for this request to
1457
+ # succeed. The request must match `operations` AND `resources` fields in order
1458
+ # to be allowed egress out of the perimeter.
1455
1459
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1456
1460
  include Google::Apis::Core::Hashable
1457
1461
 
1458
- # A list of ApiOperations that this egress rule applies to. A request matches if
1459
- # it contains an operation/service in this list.
1462
+ # A list of ApiOperations allowed to be performed by the sources specified in
1463
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1464
+ # service in this list.
1460
1465
  # Corresponds to the JSON property `operations`
1461
1466
  # @return [Array<Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1462
1467
  attr_accessor :operations
1463
1468
 
1464
- # A list of resources, currently only projects in the form `projects/`, that
1465
- # match this to stanza. A request matches if it contains a resource in this list.
1466
- # If `*` is specified for resources, then this EgressTo rule will authorize
1467
- # access to all resources outside the perimeter.
1469
+ # A list of resources, currently only projects in the form `projects/`, that are
1470
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1471
+ # request matches if it contains a resource in this list. If `*` is specified
1472
+ # for `resources`, then this EgressTo rule will authorize access to all
1473
+ # resources outside the perimeter.
1468
1474
  # Corresponds to the JSON property `resources`
1469
1475
  # @return [Array<String>]
1470
1476
  attr_accessor :resources
@@ -1481,7 +1487,9 @@ module Google
1481
1487
  end
1482
1488
 
1483
1489
  # Defines the conditions under which an IngressPolicy matches a request.
1484
- # Conditions are based on information about the source of the request.
1490
+ # Conditions are based on information about the source of the request. The
1491
+ # request must satisfy what is defined in `sources` AND identity related fields
1492
+ # in order to match.
1485
1493
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1486
1494
  include Google::Apis::Core::Hashable
1487
1495
 
@@ -1530,14 +1538,17 @@ module Google
1530
1538
  include Google::Apis::Core::Hashable
1531
1539
 
1532
1540
  # Defines the conditions under which an IngressPolicy matches a request.
1533
- # Conditions are based on information about the source of the request.
1541
+ # Conditions are based on information about the source of the request. The
1542
+ # request must satisfy what is defined in `sources` AND identity related fields
1543
+ # in order to match.
1534
1544
  # Corresponds to the JSON property `ingressFrom`
1535
1545
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1536
1546
  attr_accessor :ingress_from
1537
1547
 
1538
1548
  # Defines the conditions under which an IngressPolicy matches a request.
1539
1549
  # Conditions are based on information about the ApiOperation intended to be
1540
- # performed on the destination of the request.
1550
+ # performed on the target resource of the request. The request must satisfy what
1551
+ # is defined in `operations` AND `resources` in order to match.
1541
1552
  # Corresponds to the JSON property `ingressTo`
1542
1553
  # @return [Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1543
1554
  attr_accessor :ingress_to
@@ -1563,7 +1574,8 @@ module Google
1563
1574
  # cause an error. If no AccessLevel names are listed, resources within the
1564
1575
  # perimeter can only be accessed via Google Cloud calls with request origins
1565
1576
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1566
- # . If `*` is specified, then all IngressSources will be allowed.
1577
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1578
+ # will be allowed.
1567
1579
  # Corresponds to the JSON property `accessLevel`
1568
1580
  # @return [String]
1569
1581
  attr_accessor :access_level
@@ -1591,22 +1603,21 @@ module Google
1591
1603
 
1592
1604
  # Defines the conditions under which an IngressPolicy matches a request.
1593
1605
  # Conditions are based on information about the ApiOperation intended to be
1594
- # performed on the destination of the request.
1606
+ # performed on the target resource of the request. The request must satisfy what
1607
+ # is defined in `operations` AND `resources` in order to match.
1595
1608
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1596
1609
  include Google::Apis::Core::Hashable
1597
1610
 
1598
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1599
- # allowed to perform in this ServicePerimeter.
1611
+ # A list of ApiOperations allowed to be performed by the sources specified in
1612
+ # corresponding IngressFrom in this ServicePerimeter.
1600
1613
  # Corresponds to the JSON property `operations`
1601
1614
  # @return [Array<Google::Apis::CloudassetV1p7beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1602
1615
  attr_accessor :operations
1603
1616
 
1604
1617
  # A list of resources, currently only projects in the form `projects/`,
1605
1618
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1606
- # defined in the corresponding IngressFrom. A request matches if it contains a
1607
- # resource in this list. If `*` is specified for resources, then this IngressTo
1608
- # rule will authorize access to all resources inside the perimeter, provided
1609
- # that the request also matches the `operations` field.
1619
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1620
+ # access to all resources inside the perimeter are allowed.
1610
1621
  # Corresponds to the JSON property `resources`
1611
1622
  # @return [Array<String>]
1612
1623
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210305"
25
+ REVISION = "20210416"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p7beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.9.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-15 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.4'
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.4'
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 V1p7beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their 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_v1p7beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p7beta1
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 V1p7beta1