google-apis-cloudasset_v1p5beta1 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: 5c4ea79bd07bb8785a955ea69fed4ed2926e72493c1cb9af0c784199b2278bc2
4
- data.tar.gz: 132db08b8db628504faeae2b26bdfcc1af949a9b39db29a6e4824e5ac35c59c0
3
+ metadata.gz: '080adb349c9ba9ae488471967255ad15211f6ee352354b152183dc209d7754bb'
4
+ data.tar.gz: a2ee13f9fbbedb08eca349b9579823e115d0988565cfc5e548fed98b3371da24
5
5
  SHA512:
6
- metadata.gz: ad0f8733b67ed97aa62a84b29488dc3851f6d516c7c032f7d189ff611f5a789d551986c14453c4a2708419bc8a504bb4b09b0cd9aa49b5780ef72b53f12a5806
7
- data.tar.gz: 964dfe3af25b512bb9fa7d17d44a95d39debb74e5cde9292860d02b021d67076046ec373e72af39b64bfc311cfdba98be8c3f30c1f7b13ef16dae70f8c9e0e82
6
+ metadata.gz: ad46c72ffd0a8717747a90e854289efad30867a59aaa7a53269b543b20e64239081bd47c42048674feb0d0e6a379beb857cc06fd81d3f6119cf6a0b8bccb1e7a
7
+ data.tar.gz: a9e7be8a7fc8d86ca8624b6278d57b30deaf4496307e7cf0922a2adf02e0f683d7a4772868e4b202b91964681a00d2e86f8762405b27658e49ed2c3bf8b93181
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudasset_v1p5beta1
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-20)
12
+
13
+ * Regenerated from discovery document revision 20210518
14
+ * Unspecified changes
15
+
16
+ ### v0.6.0 (2021-04-22)
17
+
18
+ * Regenerated from discovery document revision 20210416
19
+
20
+ ### v0.5.0 (2021-03-31)
21
+
22
+ * Regenerated from discovery document revision 20210326
23
+
3
24
  ### v0.4.0 (2021-03-09)
4
25
 
5
26
  * Regenerated from discovery document revision 20210305
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1p5beta1'
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
@@ -1281,9 +1281,9 @@ module Google
1281
1281
 
1282
1282
  # Defines the conditions under which an EgressPolicy matches a request.
1283
1283
  # Conditions based on information about the source of the request. Note that if
1284
- # the destination of the request is protected by a ServicePerimeter, then that
1285
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1286
- # this request to succeed.
1284
+ # the destination of the request is also protected by a ServicePerimeter, then
1285
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1286
+ # for this request to succeed.
1287
1287
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1288
1288
  include Google::Apis::Core::Hashable
1289
1289
 
@@ -1329,9 +1329,9 @@ module Google
1329
1329
 
1330
1330
  # Defines the conditions under which an EgressPolicy matches a request.
1331
1331
  # Conditions based on information about the source of the request. Note that if
1332
- # the destination of the request is protected by a ServicePerimeter, then that
1333
- # ServicePerimeter must have an IngressPolicy which allows access in order for
1334
- # this request to succeed.
1332
+ # the destination of the request is also protected by a ServicePerimeter, then
1333
+ # that ServicePerimeter must have an IngressPolicy which allows access in order
1334
+ # for this request to succeed.
1335
1335
  # Corresponds to the JSON property `egressFrom`
1336
1336
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressFrom]
1337
1337
  attr_accessor :egress_from
@@ -1339,8 +1339,10 @@ module Google
1339
1339
  # Defines the conditions under which an EgressPolicy matches a request.
1340
1340
  # Conditions are based on information about the ApiOperation intended to be
1341
1341
  # performed on the `resources` specified. Note that if the destination of the
1342
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1343
- # have an IngressPolicy which allows access in order for this request to succeed.
1342
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1343
+ # must have an IngressPolicy which allows access in order for this request to
1344
+ # succeed. The request must match `operations` AND `resources` fields in order
1345
+ # to be allowed egress out of the perimeter.
1344
1346
  # Corresponds to the JSON property `egressTo`
1345
1347
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1EgressTo]
1346
1348
  attr_accessor :egress_to
@@ -1359,21 +1361,25 @@ module Google
1359
1361
  # Defines the conditions under which an EgressPolicy matches a request.
1360
1362
  # Conditions are based on information about the ApiOperation intended to be
1361
1363
  # performed on the `resources` specified. Note that if the destination of the
1362
- # request is protected by a ServicePerimeter, then that ServicePerimeter must
1363
- # have an IngressPolicy which allows access in order for this request to succeed.
1364
+ # request is also protected by a ServicePerimeter, then that ServicePerimeter
1365
+ # must have an IngressPolicy which allows access in order for this request to
1366
+ # succeed. The request must match `operations` AND `resources` fields in order
1367
+ # to be allowed egress out of the perimeter.
1364
1368
  class GoogleIdentityAccesscontextmanagerV1EgressTo
1365
1369
  include Google::Apis::Core::Hashable
1366
1370
 
1367
- # A list of ApiOperations that this egress rule applies to. A request matches if
1368
- # it contains an operation/service in this list.
1371
+ # A list of ApiOperations allowed to be performed by the sources specified in
1372
+ # the corresponding EgressFrom. A request matches if it uses an operation/
1373
+ # service in this list.
1369
1374
  # Corresponds to the JSON property `operations`
1370
1375
  # @return [Array<Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1371
1376
  attr_accessor :operations
1372
1377
 
1373
- # A list of resources, currently only projects in the form `projects/`, that
1374
- # match this to stanza. A request matches if it contains a resource in this list.
1375
- # If `*` is specified for resources, then this EgressTo rule will authorize
1376
- # access to all resources outside the perimeter.
1378
+ # A list of resources, currently only projects in the form `projects/`, that are
1379
+ # allowed to be accessed by sources defined in the corresponding EgressFrom. A
1380
+ # request matches if it contains a resource in this list. If `*` is specified
1381
+ # for `resources`, then this EgressTo rule will authorize access to all
1382
+ # resources outside the perimeter.
1377
1383
  # Corresponds to the JSON property `resources`
1378
1384
  # @return [Array<String>]
1379
1385
  attr_accessor :resources
@@ -1390,7 +1396,9 @@ module Google
1390
1396
  end
1391
1397
 
1392
1398
  # Defines the conditions under which an IngressPolicy matches a request.
1393
- # Conditions are based on information about the source of the request.
1399
+ # Conditions are based on information about the source of the request. The
1400
+ # request must satisfy what is defined in `sources` AND identity related fields
1401
+ # in order to match.
1394
1402
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1395
1403
  include Google::Apis::Core::Hashable
1396
1404
 
@@ -1439,14 +1447,17 @@ module Google
1439
1447
  include Google::Apis::Core::Hashable
1440
1448
 
1441
1449
  # Defines the conditions under which an IngressPolicy matches a request.
1442
- # Conditions are based on information about the source of the request.
1450
+ # Conditions are based on information about the source of the request. The
1451
+ # request must satisfy what is defined in `sources` AND identity related fields
1452
+ # in order to match.
1443
1453
  # Corresponds to the JSON property `ingressFrom`
1444
1454
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressFrom]
1445
1455
  attr_accessor :ingress_from
1446
1456
 
1447
1457
  # Defines the conditions under which an IngressPolicy matches a request.
1448
1458
  # Conditions are based on information about the ApiOperation intended to be
1449
- # performed on the destination of the request.
1459
+ # performed on the target resource of the request. The request must satisfy what
1460
+ # is defined in `operations` AND `resources` in order to match.
1450
1461
  # Corresponds to the JSON property `ingressTo`
1451
1462
  # @return [Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1IngressTo]
1452
1463
  attr_accessor :ingress_to
@@ -1472,7 +1483,8 @@ module Google
1472
1483
  # cause an error. If no AccessLevel names are listed, resources within the
1473
1484
  # perimeter can only be accessed via Google Cloud calls with request origins
1474
1485
  # within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`
1475
- # . If `*` is specified, then all IngressSources will be allowed.
1486
+ # . If a single `*` is specified for `access_level`, then all IngressSources
1487
+ # will be allowed.
1476
1488
  # Corresponds to the JSON property `accessLevel`
1477
1489
  # @return [String]
1478
1490
  attr_accessor :access_level
@@ -1500,22 +1512,21 @@ module Google
1500
1512
 
1501
1513
  # Defines the conditions under which an IngressPolicy matches a request.
1502
1514
  # Conditions are based on information about the ApiOperation intended to be
1503
- # performed on the destination of the request.
1515
+ # performed on the target resource of the request. The request must satisfy what
1516
+ # is defined in `operations` AND `resources` in order to match.
1504
1517
  class GoogleIdentityAccesscontextmanagerV1IngressTo
1505
1518
  include Google::Apis::Core::Hashable
1506
1519
 
1507
- # A list of ApiOperations the sources specified in corresponding IngressFrom are
1508
- # allowed to perform in this ServicePerimeter.
1520
+ # A list of ApiOperations allowed to be performed by the sources specified in
1521
+ # corresponding IngressFrom in this ServicePerimeter.
1509
1522
  # Corresponds to the JSON property `operations`
1510
1523
  # @return [Array<Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1ApiOperation>]
1511
1524
  attr_accessor :operations
1512
1525
 
1513
1526
  # A list of resources, currently only projects in the form `projects/`,
1514
1527
  # protected by this ServicePerimeter that are allowed to be accessed by sources
1515
- # defined in the corresponding IngressFrom. A request matches if it contains a
1516
- # resource in this list. If `*` is specified for resources, then this IngressTo
1517
- # rule will authorize access to all resources inside the perimeter, provided
1518
- # that the request also matches the `operations` field.
1528
+ # defined in the corresponding IngressFrom. If a single `*` is specified, then
1529
+ # access to all resources inside the perimeter are allowed.
1519
1530
  # Corresponds to the JSON property `resources`
1520
1531
  # @return [Array<String>]
1521
1532
  attr_accessor :resources
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p5beta1
18
18
  # Version of the google-apis-cloudasset_v1p5beta1 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 = "20210518"
26
26
  end
27
27
  end
28
28
  end
@@ -54,7 +54,7 @@ module Google
54
54
  # @param [String] parent
55
55
  # Required. Name of the organization or project the assets belong to. Format: "
56
56
  # organizations/[organization-number]" (such as "organizations/123"), "projects/[
57
- # project-number]" (such as "projects/my-project-id"), or "projects/[project-id]"
57
+ # project-id]" (such as "projects/my-project-id"), or "projects/[project-number]"
58
58
  # (such as "projects/12345").
59
59
  # @param [Array<String>, String] asset_types
60
60
  # A list of asset types to take a snapshot for. For example: "compute.googleapis.
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p5beta1
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 V1p5beta1. 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_v1p5beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p5beta1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1p5beta1
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 V1p5beta1