google-apis-networksecurity_v1beta1 0.24.0 → 0.26.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: 8672a1a1e41e245ba62b9c751677d06ee6353710dc6465093a2558f9a9bfa031
4
- data.tar.gz: 2991a9997b53e8295408c0b245cd9823486332bea23e4978b582dd421a4f4322
3
+ metadata.gz: d906ffb79f5803f5c612e66588c1628273b0ec8230f96400fc8d1ce50da70898
4
+ data.tar.gz: c27448e7610faf2092e79e0ff5dde3d80db6fcb0bf96f13b533a11f160ee59a6
5
5
  SHA512:
6
- metadata.gz: 2d4fb1b58513f3c8d3cfd590ef964dc60fa14f5ab397b02e6d9dd97ef2fec3b0022edfbc0a22c3a6052c2b9765a9a44e74a831d195264523793f865ade673de2
7
- data.tar.gz: 7919104e1bfa253372bfb96b243ebc0662d2be61324bff891b93430ca58d4d644b961cf7d619c3b8091e78b8638c8cb3a6bf13cc355958fb37df6c5fb1536e4a
6
+ metadata.gz: ec8ee32b6a372808639593fd1d9bf406e0664c745be04a41c9f9e9ecff78540cb690f11d64fa8f229aae01d35e3f12672c6ca44cb0a0d97bd0e68185445fdf2f
7
+ data.tar.gz: 21e0ee262ab0fc4bbd51c65ae24164d8ece1e1e4a3be79b93c75654d98888bd2800d42b9145ed1d7a8ac5fae0e169080d914cbf1d628243db56abd6ac5844308
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.26.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230831
6
+
7
+ ### v0.25.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230814
10
+
3
11
  ### v0.24.0 (2023-08-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20230719
@@ -455,7 +455,7 @@ module Google
455
455
  # @return [String]
456
456
  attr_accessor :create_time
457
457
 
458
- # Labels as key value pairs
458
+ # Optional. Labels as key value pairs
459
459
  # Corresponds to the JSON property `labels`
460
460
  # @return [Hash<String,String>]
461
461
  attr_accessor :labels
@@ -512,7 +512,7 @@ module Google
512
512
  # @return [String]
513
513
  attr_accessor :firewall_endpoint
514
514
 
515
- # Labels as key value pairs
515
+ # Optional. Labels as key value pairs
516
516
  # Corresponds to the JSON property `labels`
517
517
  # @return [Hash<String,String>]
518
518
  attr_accessor :labels
@@ -903,22 +903,22 @@ module Google
903
903
  # evaluates to `true`. A condition can add constraints based on attributes of
904
904
  # the request, the resource, or both. To learn which resources support
905
905
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
906
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
906
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
907
907
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
908
908
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
909
909
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
910
910
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
911
911
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
912
912
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
913
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
914
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
915
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
916
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
917
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
918
- # access description: Does not grant access after Sep 2020 expression: request.
919
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
920
- # a description of IAM and its features, see the [IAM documentation](https://
921
- # cloud.google.com/iam/docs/).
913
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
914
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
915
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
916
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
917
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
918
+ # title: expirable access description: Does not grant access after Sep 2020
919
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
920
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
921
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
922
922
  class GoogleIamV1Policy
923
923
  include Google::Apis::Core::Hashable
924
924
 
@@ -1002,22 +1002,22 @@ module Google
1002
1002
  # evaluates to `true`. A condition can add constraints based on attributes of
1003
1003
  # the request, the resource, or both. To learn which resources support
1004
1004
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1005
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1005
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1006
1006
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1007
1007
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1008
1008
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1009
1009
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1010
1010
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1011
1011
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1012
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1013
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1014
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1015
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1016
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1017
- # access description: Does not grant access after Sep 2020 expression: request.
1018
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1019
- # a description of IAM and its features, see the [IAM documentation](https://
1020
- # cloud.google.com/iam/docs/).
1012
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1013
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1014
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1015
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1016
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1017
+ # title: expirable access description: Does not grant access after Sep 2020
1018
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1019
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1020
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1021
1021
  # Corresponds to the JSON property `policy`
1022
1022
  # @return [Google::Apis::NetworksecurityV1beta1::GoogleIamV1Policy]
1023
1023
  attr_accessor :policy
@@ -1692,13 +1692,13 @@ module Google
1692
1692
  # @return [String]
1693
1693
  attr_accessor :name
1694
1694
 
1695
- # The normal response of the operation in case of success. If the original
1696
- # method returns no data on success, such as `Delete`, the response is `google.
1697
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1698
- # the response should be the resource. For other methods, the response should
1699
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1700
- # example, if the original method name is `TakeSnapshot()`, the inferred
1701
- # response type is `TakeSnapshotResponse`.
1695
+ # The normal, successful response of the operation. If the original method
1696
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1697
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1698
+ # response should be the resource. For other methods, the response should have
1699
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1700
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1701
+ # `TakeSnapshotResponse`.
1702
1702
  # Corresponds to the JSON property `response`
1703
1703
  # @return [Hash<String,Object>]
1704
1704
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworksecurityV1beta1
18
18
  # Version of the google-apis-networksecurity_v1beta1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230719"
25
+ REVISION = "20230831"
26
26
  end
27
27
  end
28
28
  end
@@ -534,12 +534,12 @@ module Google
534
534
  # @param [String] parent
535
535
  # Required. Parent value for ListEndpointsRequest
536
536
  # @param [String] filter
537
- # Filtering results
537
+ # Optional. Filtering results
538
538
  # @param [String] order_by
539
539
  # Hint for how to order the results
540
540
  # @param [Fixnum] page_size
541
- # Requested page size. Server may return fewer items than requested. If
542
- # unspecified, server will pick an appropriate default.
541
+ # Optional. Requested page size. Server may return fewer items than requested.
542
+ # If unspecified, server will pick an appropriate default.
543
543
  # @param [String] page_token
544
544
  # A token identifying a page of results the server should return.
545
545
  # @param [String] fields
@@ -2429,12 +2429,12 @@ module Google
2429
2429
  # @param [String] parent
2430
2430
  # Required. Parent value for ListAssociationsRequest
2431
2431
  # @param [String] filter
2432
- # Filtering results
2432
+ # Optional. Filtering results
2433
2433
  # @param [String] order_by
2434
2434
  # Hint for how to order the results
2435
2435
  # @param [Fixnum] page_size
2436
- # Requested page size. Server may return fewer items than requested. If
2437
- # unspecified, server will pick an appropriate default.
2436
+ # Optional. Requested page size. Server may return fewer items than requested.
2437
+ # If unspecified, server will pick an appropriate default.
2438
2438
  # @param [String] page_token
2439
2439
  # A token identifying a page of results the server should return.
2440
2440
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networksecurity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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-networksecurity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Security API V1beta1