google-apis-networksecurity_v1beta1 0.8.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: 5f4382e06e9f99a0acefb05f39496816d36942ea3cf765188c4fe0eed468bc2a
4
- data.tar.gz: 65abeea92f9a85efe5efa0eeae08bd8d1028133dee8db21269c426b07d0c3a04
3
+ metadata.gz: 5813668e23a530893cecdc3fd8ebbac730c9f691c1a362f4334ebe76d7d04890
4
+ data.tar.gz: 64460583dbffb4a88e4d28c2a42063af5d11c50992e3e0d95e84f3685070b96c
5
5
  SHA512:
6
- metadata.gz: '08c7681e678257a67649b8921d979a1dd7a84dc220e2bd9466006865122dec39efc92414ffd911f1497a5d4e0b8f3e32062f018e45510a7376a8e358dda6b465'
7
- data.tar.gz: f412380f8a3887982006cc70379c795e67451c9723642164e32d7fa1d3759448e351fc1035571b5e3d6f2fb241ec6b7988da92ca1b89a9471691401782b4eafe
6
+ metadata.gz: daf6959df9f392150b8dbc40bb71bbef0f5e3a5746f14e4887cdbcc5c3e337aea2d8b8771bb7652a265ccc828241030daff149ffca303ef0a0ede06bd50daafa
7
+ data.tar.gz: b0ebbe1247b01988d3f53d1ee499371b18d2746d3ef29a7ca9d66e5763a5f13cd4a01d47468c8ccb1e59a981b7037fc290dd2a5e70576ce4d2c16f2b7979491e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networksecurity_v1beta1
2
2
 
3
+ ### v0.9.0 (2022-07-03)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220616
7
+
3
8
  ### v0.8.0 (2022-06-21)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
@@ -234,8 +234,7 @@ module Google
234
234
  # A generic empty message that you can re-use to avoid defining duplicated empty
235
235
  # messages in your APIs. A typical example is to use it as the request or the
236
236
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
237
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
238
- # `Empty` is empty JSON object ````.
237
+ # protobuf.Empty) returns (google.protobuf.Empty); `
239
238
  class Empty
240
239
  include Google::Apis::Core::Hashable
241
240
 
@@ -364,8 +363,8 @@ module Google
364
363
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
365
364
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
366
365
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
367
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
368
- # DATA_WRITE logging.
366
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
367
+ # from DATA_WRITE logging.
369
368
  class GoogleIamV1AuditConfig
370
369
  include Google::Apis::Core::Hashable
371
370
 
@@ -445,7 +444,7 @@ module Google
445
444
  # @return [Google::Apis::NetworksecurityV1beta1::Expr]
446
445
  attr_accessor :condition
447
446
 
448
- # Specifies the principals requesting access for a Cloud Platform resource. `
447
+ # Specifies the principals requesting access for a Google Cloud resource. `
449
448
  # members` can have the following values: * `allUsers`: A special identifier
450
449
  # that represents anyone who is on the internet; with or without a Google
451
450
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -646,7 +645,7 @@ module Google
646
645
  include Google::Apis::Core::Hashable
647
646
 
648
647
  # The set of permissions to check for the `resource`. Permissions with wildcards
649
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
648
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
650
649
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
651
650
  # Corresponds to the JSON property `permissions`
652
651
  # @return [Array<String>]
@@ -1073,7 +1072,9 @@ module Google
1073
1072
  # allows plain text connections. By default, it is set to false. This setting is
1074
1073
  # not exclusive of other encryption modes. For example, if `allow_open` and `
1075
1074
  # mtls_policy` are set, server allows both plain text and mTLS connections. See
1076
- # documentation of other encryption modes to confirm compatibility.
1075
+ # documentation of other encryption modes to confirm compatibility. Consider
1076
+ # using it if you wish to upgrade in place your deployment to TLS while having
1077
+ # mixed TLS and non-TLS traffic reaching port :80.
1077
1078
  # Corresponds to the JSON property `allowOpen`
1078
1079
  # @return [Boolean]
1079
1080
  attr_accessor :allow_open
@@ -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.8.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.7.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220128"
25
+ REVISION = "20220616"
26
26
  end
27
27
  end
28
28
  end
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -227,8 +227,9 @@ module Google
227
227
  # Gets the access control policy for a resource. Returns an empty policy if the
228
228
  # resource exists and does not have a policy set.
229
229
  # @param [String] resource
230
- # REQUIRED: The resource for which the policy is being requested. See the
231
- # operation documentation for the appropriate value for this field.
230
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
231
+ # names](https://cloud.google.com/apis/design/resource_names) for the
232
+ # appropriate value for this field.
232
233
  # @param [Fixnum] options_requested_policy_version
233
234
  # Optional. The maximum policy version that will be used to format the policy.
234
235
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -352,8 +353,9 @@ module Google
352
353
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
353
354
  # PERMISSION_DENIED` errors.
354
355
  # @param [String] resource
355
- # REQUIRED: The resource for which the policy is being specified. See the
356
- # operation documentation for the appropriate value for this field.
356
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
357
+ # names](https://cloud.google.com/apis/design/resource_names) for the
358
+ # appropriate value for this field.
357
359
  # @param [Google::Apis::NetworksecurityV1beta1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
358
360
  # @param [String] fields
359
361
  # Selector specifying which fields to include in a partial response.
@@ -390,8 +392,9 @@ module Google
390
392
  # permission-aware UIs and command-line tools, not for authorization checking.
391
393
  # This operation may "fail open" without warning.
392
394
  # @param [String] resource
393
- # REQUIRED: The resource for which the policy detail is being requested. See the
394
- # operation documentation for the appropriate value for this field.
395
+ # REQUIRED: The resource for which the policy detail is being requested. See [
396
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
397
+ # appropriate value for this field.
395
398
  # @param [Google::Apis::NetworksecurityV1beta1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
396
399
  # @param [String] fields
397
400
  # Selector specifying which fields to include in a partial response.
@@ -526,8 +529,9 @@ module Google
526
529
  # Gets the access control policy for a resource. Returns an empty policy if the
527
530
  # resource exists and does not have a policy set.
528
531
  # @param [String] resource
529
- # REQUIRED: The resource for which the policy is being requested. See the
530
- # operation documentation for the appropriate value for this field.
532
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
533
+ # names](https://cloud.google.com/apis/design/resource_names) for the
534
+ # appropriate value for this field.
531
535
  # @param [Fixnum] options_requested_policy_version
532
536
  # Optional. The maximum policy version that will be used to format the policy.
533
537
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -651,8 +655,9 @@ module Google
651
655
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
652
656
  # PERMISSION_DENIED` errors.
653
657
  # @param [String] resource
654
- # REQUIRED: The resource for which the policy is being specified. See the
655
- # operation documentation for the appropriate value for this field.
658
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
659
+ # names](https://cloud.google.com/apis/design/resource_names) for the
660
+ # appropriate value for this field.
656
661
  # @param [Google::Apis::NetworksecurityV1beta1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
657
662
  # @param [String] fields
658
663
  # Selector specifying which fields to include in a partial response.
@@ -689,8 +694,9 @@ module Google
689
694
  # permission-aware UIs and command-line tools, not for authorization checking.
690
695
  # This operation may "fail open" without warning.
691
696
  # @param [String] resource
692
- # REQUIRED: The resource for which the policy detail is being requested. See the
693
- # operation documentation for the appropriate value for this field.
697
+ # REQUIRED: The resource for which the policy detail is being requested. See [
698
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
699
+ # appropriate value for this field.
694
700
  # @param [Google::Apis::NetworksecurityV1beta1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
695
701
  # @param [String] fields
696
702
  # Selector specifying which fields to include in a partial response.
@@ -975,8 +981,9 @@ module Google
975
981
  # Gets the access control policy for a resource. Returns an empty policy if the
976
982
  # resource exists and does not have a policy set.
977
983
  # @param [String] resource
978
- # REQUIRED: The resource for which the policy is being requested. See the
979
- # operation documentation for the appropriate value for this field.
984
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
985
+ # names](https://cloud.google.com/apis/design/resource_names) for the
986
+ # appropriate value for this field.
980
987
  # @param [Fixnum] options_requested_policy_version
981
988
  # Optional. The maximum policy version that will be used to format the policy.
982
989
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1100,8 +1107,9 @@ module Google
1100
1107
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1101
1108
  # PERMISSION_DENIED` errors.
1102
1109
  # @param [String] resource
1103
- # REQUIRED: The resource for which the policy is being specified. See the
1104
- # operation documentation for the appropriate value for this field.
1110
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1111
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1112
+ # appropriate value for this field.
1105
1113
  # @param [Google::Apis::NetworksecurityV1beta1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
1106
1114
  # @param [String] fields
1107
1115
  # Selector specifying which fields to include in a partial response.
@@ -1138,8 +1146,9 @@ module Google
1138
1146
  # permission-aware UIs and command-line tools, not for authorization checking.
1139
1147
  # This operation may "fail open" without warning.
1140
1148
  # @param [String] resource
1141
- # REQUIRED: The resource for which the policy detail is being requested. See the
1142
- # operation documentation for the appropriate value for this field.
1149
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1150
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1151
+ # appropriate value for this field.
1143
1152
  # @param [Google::Apis::NetworksecurityV1beta1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
1144
1153
  # @param [String] fields
1145
1154
  # Selector specifying which fields to include in a partial response.
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.8.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.9.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: []