google-apis-cloudasset_v1p4beta1 0.3.0 → 0.8.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: ee5e9e10abf90cb2aefb26f04c44b09731f5f5ccbfbb8dc2c4a5d1d54a35a2de
4
- data.tar.gz: c25ba3434ed4f805631f1e4290db384eb94fff52ba42638ef0eca4b780ba8e4d
3
+ metadata.gz: 57c9823c118eb436ee3628b2b8a123a502171bfc86f047cbf98124d2260f6323
4
+ data.tar.gz: 1e3ed4cfc18ee3ead71283cb28c69bbb6ae1efcc0cdda989892e87f13bbd90e8
5
5
  SHA512:
6
- metadata.gz: 7f0a48e0e58d932a4a94f17afbe26e73d7e45dbb4c10dcf30215372bc1af018380eb3eb87af2a0bc49cb25f580e60dd8ad1a2a32feeb5ed3cfa85cb2ac5bd612
7
- data.tar.gz: 2085f4512e32796029ff76df2a5b7ec1a985b7cf2f42cfeb2bacd95174250f0ec65a87d3a05cbe832775f0ca88a7388217811d7972be5e0732d6f7e141bdf6d6
6
+ metadata.gz: b161949f8523c5dd8953fd24fe51f64ee2ff23dbd6567b24b39faf217d8bd49aede1ea077223e9d196082c29331012a523536c93e8f05f18f45478df2b61b29e
7
+ data.tar.gz: ff66fd2e76d24a18f6b0139191980007f0c321d7e35c095085db6d7680ec9cbcc841cf4d157f7f8c1b211b4b8976f96cd82584eb3d8078112fd8cdb6f03ef4ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-cloudasset_v1p4beta1
2
2
 
3
+ ### v0.8.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.7.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.6.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.5.0 (2021-04-22)
16
+
17
+ * Regenerated from discovery document revision 20210416
18
+
19
+ ### v0.4.0 (2021-03-31)
20
+
21
+ * Regenerated from discovery document revision 20210326
22
+
3
23
  ### v0.3.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 = 'V1p4beta1'
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
@@ -1501,9 +1501,9 @@ module Google
1501
1501
 
1502
1502
  # Defines the conditions under which an EgressPolicy matches a request.
1503
1503
  # Conditions based on information about the source of the request. Note that if
1504
- # the destination of the request is protected by a ServicePerimeter, then that
1505
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1506
- # this request to succeed.
1504
+ # the destination of the request is also protected by a ServicePerimeter, then
1505
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1506
+ # for this request to succeed.
1507
1507
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1508
1508
  include Google::Apis::Core::Hashable
1509
1509
 
@@ -1549,9 +1549,9 @@ module Google
1549
1549
 
1550
1550
  # Defines the conditions under which an EgressPolicy matches a request.
1551
1551
  # Conditions based on information about the source of the request. Note that if
1552
- # the destination of the request is protected by a ServicePerimeter, then that
1553
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1554
- # this request to succeed.
1552
+ # the destination of the request is also protected by a ServicePerimeter, then
1553
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1554
+ # for this request to succeed.
1555
1555
  # Corresponds to the JSON property `egressFrom`
1556
1556
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1557
1557
  attr_accessor :egress_from
@@ -1559,8 +1559,10 @@ module Google
1559
1559
  # Defines the conditions under which an EgressPolicy matches a request.
1560
1560
  # Conditions are based on information about the ApiOperation intended to be
1561
1561
  # performed on the `resources` specified. Note that if the destination of the
1562
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1563
- # have an IngressPolicy which allows access in order for this request to succeed.
1562
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1563
+ # must have an IngressPolicy which allows access in order for this request to
1564
+ # succeed. The request must match `operations` AND `resources` fields in order
1565
+ # to be allowed egress out of the perimeter.
1564
1566
  # Corresponds to the JSON property `egressTo`
1565
1567
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1566
1568
  attr_accessor :egress_to
@@ -1579,21 +1581,25 @@ module Google
1579
1581
  # Defines the conditions under which an EgressPolicy matches a request.
1580
1582
  # Conditions are based on information about the ApiOperation intended to be
1581
1583
  # performed on the `resources` specified. Note that if the destination of the
1582
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1583
- # have an IngressPolicy which allows access in order for this request to succeed.
1584
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1585
+ # must have an IngressPolicy which allows access in order for this request to
1586
+ # succeed. The request must match `operations` AND `resources` fields in order
1587
+ # to be allowed egress out of the perimeter.
1584
1588
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1585
1589
  include Google::Apis::Core::Hashable
1586
1590
 
1587
- # A list of ApiOperations that this egress rule applies to. A request matches if
1588
- # it contains an operation/service in this list.
1591
+ # A list of ApiOperations allowed to be performed by the sources specified in
1592
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1593
+ # service in this list.
1589
1594
  # Corresponds to the JSON property `operations`
1590
1595
  # @return [Array<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1591
1596
  attr_accessor :operations
1592
1597
 
1593
- # A list of resources, currently only projects in the form `projects/`, that
1594
- # match this to stanza. A request matches if it contains a resource in this list.
1595
- # If `*` is specified for resources, then this EgressTo rule will authorize
1596
- # access to all resources outside the perimeter.
1598
+ # A list of resources, currently only projects in the form `projects/`, that are
1599
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1600
+ # request matches if it contains a resource in this list. If `*` is specified
1601
+ # for `resources`, then this EgressTo rule will authorize access to all
1602
+ # resources outside the perimeter.
1597
1603
  # Corresponds to the JSON property `resources`
1598
1604
  # @return [Array<String>]
1599
1605
  attr_accessor :resources
@@ -1610,7 +1616,9 @@ module Google
1610
1616
  end
1611
1617
 
1612
1618
  # Defines the conditions under which an IngressPolicy matches a request.
1613
- # Conditions are based on information about the source of the request.
1619
+ # Conditions are based on information about the source of the request. The
1620
+ # request must satisfy what is defined in `sources` AND identity related fields
1621
+ # in order to match.
1614
1622
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1615
1623
  include Google::Apis::Core::Hashable
1616
1624
 
@@ -1659,14 +1667,17 @@ module Google
1659
1667
  include Google::Apis::Core::Hashable
1660
1668
 
1661
1669
  # Defines the conditions under which an IngressPolicy matches a request.
1662
- # Conditions are based on information about the source of the request.
1670
+ # Conditions are based on information about the source of the request. The
1671
+ # request must satisfy what is defined in `sources` AND identity related fields
1672
+ # in order to match.
1663
1673
  # Corresponds to the JSON property `ingressFrom`
1664
1674
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1665
1675
  attr_accessor :ingress_from
1666
1676
 
1667
1677
  # Defines the conditions under which an IngressPolicy matches a request.
1668
1678
  # Conditions are based on information about the ApiOperation intended to be
1669
- # performed on the destination of the request.
1679
+ # performed on the target resource of the request. The request must satisfy what
1680
+ # is defined in `operations` AND `resources` in order to match.
1670
1681
  # Corresponds to the JSON property `ingressTo`
1671
1682
  # @return [Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1672
1683
  attr_accessor :ingress_to
@@ -1692,7 +1703,8 @@ module Google
1692
1703
  # cause an error. If no AccessLevel names are listed, resources within the
1693
1704
  # perimeter can only be accessed via Google Cloud calls with request origins
1694
1705
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1695
- # . If `*` is specified, then all IngressSources will be allowed.
1706
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1707
+ # will be allowed.
1696
1708
  # Corresponds to the JSON property `accessLevel`
1697
1709
  # @return [String]
1698
1710
  attr_accessor :access_level
@@ -1720,22 +1732,21 @@ module Google
1720
1732
 
1721
1733
  # Defines the conditions under which an IngressPolicy matches a request.
1722
1734
  # Conditions are based on information about the ApiOperation intended to be
1723
- # performed on the destination of the request.
1735
+ # performed on the target resource of the request. The request must satisfy what
1736
+ # is defined in `operations` AND `resources` in order to match.
1724
1737
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1725
1738
  include Google::Apis::Core::Hashable
1726
1739
 
1727
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1728
- # allowed to perform in this ServicePerimeter.
1740
+ # A list of ApiOperations allowed to be performed by the sources specified in
1741
+ # corresponding IngressFrom in this ServicePerimeter.
1729
1742
  # Corresponds to the JSON property `operations`
1730
1743
  # @return [Array<Google::Apis::CloudassetV1p4beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1731
1744
  attr_accessor :operations
1732
1745
 
1733
1746
  # A list of resources, currently only projects in the form `projects/`,
1734
1747
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1735
- # defined in the corresponding IngressFrom. A request matches if it contains a
1736
- # resource in this list. If `*` is specified for resources, then this IngressTo
1737
- # rule will authorize access to all resources inside the perimeter, provided
1738
- # that the request also matches the `operations` field.
1748
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1749
+ # access to all resources inside the perimeter are allowed.
1739
1750
  # Corresponds to the JSON property `resources`
1740
1751
  # @return [Array<String>]
1741
1752
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p4beta1
18
18
  # Version of the google-apis-cloudasset_v1p4beta1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.8.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_v1p4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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 V1p4beta1. 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_v1p4beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p4beta1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p4beta1
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 V1p4beta1