google-apis-networksecurity_v1beta1 0.8.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75e661507bdcab9eb35a6ee74b70f6e570a6563b3001b0c094109c22aaa40c2b
|
4
|
+
data.tar.gz: 299cf997ae155c3376c857cc5d697bed3b1fc71e31bf9327d032304dbeb98879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cae11f6bc6be8d248d0069ddc5b39bab72f3a8e48815c0d0932b9c902b388d1289ffe5fb2c61273d171e0221821d84cd2a66747e98db8f53c7a7617f7ead5f9
|
7
|
+
data.tar.gz: 3468dfff62d1b863085fc611542e1040f774c425aa6c210b209523baec103b6fcfd07175f2c451488ac5b4f8880dfe011007752a301ec12668e27f1537909468
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-networksecurity_v1beta1
|
2
2
|
|
3
|
+
### v0.11.0 (2022-08-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220808
|
6
|
+
|
7
|
+
### v0.10.0 (2022-07-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220707
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
12
|
+
### v0.9.0 (2022-07-03)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.8.0
|
15
|
+
* Regenerated from discovery document revision 20220616
|
16
|
+
|
3
17
|
### v0.8.0 (2022-06-21)
|
4
18
|
|
5
19
|
* Regenerated using generator version 0.7.0
|
@@ -196,13 +196,13 @@ module Google
|
|
196
196
|
|
197
197
|
# Required. List of host names to match. Matched against the ":authority" header
|
198
198
|
# in http requests. At least one host should match. Each host can be an exact
|
199
|
-
# match, or a prefix match (example "mydomain.*") or a suffix match (example
|
200
|
-
#
|
199
|
+
# match, or a prefix match (example "mydomain.*") or a suffix match (example "*.
|
200
|
+
# myorg.com") or a presence (any) match "*".
|
201
201
|
# Corresponds to the JSON property `hosts`
|
202
202
|
# @return [Array<String>]
|
203
203
|
attr_accessor :hosts
|
204
204
|
|
205
|
-
# Specification of HTTP header match
|
205
|
+
# Specification of HTTP header match attributes.
|
206
206
|
# Corresponds to the JSON property `httpHeaderMatch`
|
207
207
|
# @return [Google::Apis::NetworksecurityV1beta1::HttpHeaderMatch]
|
208
208
|
attr_accessor :http_header_match
|
@@ -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); `
|
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
|
|
@@ -336,7 +335,7 @@ module Google
|
|
336
335
|
include Google::Apis::Core::Hashable
|
337
336
|
|
338
337
|
# Required. The target URI of the gRPC endpoint. Only UDS path is supported, and
|
339
|
-
# should start with
|
338
|
+
# should start with "unix:".
|
340
339
|
# Corresponds to the JSON property `targetUri`
|
341
340
|
# @return [String]
|
342
341
|
attr_accessor :target_uri
|
@@ -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
|
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,32 +444,35 @@ 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
|
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
|
452
451
|
# anyone who is authenticated with a Google account or a service account. * `
|
453
452
|
# user:`emailid``: An email address that represents a specific Google account.
|
454
453
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
455
|
-
# address that represents a service account. For example, `my-other-app@
|
456
|
-
# gserviceaccount.com`. * `
|
457
|
-
#
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
463
|
-
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
# emailid
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
#
|
473
|
-
#
|
454
|
+
# address that represents a Google service account. For example, `my-other-app@
|
455
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
456
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
457
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
458
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
459
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
460
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
461
|
+
# email address (plus unique identifier) representing a user that has been
|
462
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
463
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
464
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
465
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
466
|
+
# representing a service account that has been recently deleted. For example, `
|
467
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
468
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
469
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
470
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
471
|
+
# representing a Google group that has been recently deleted. For example, `
|
472
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
473
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
474
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
475
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
474
476
|
# Corresponds to the JSON property `members`
|
475
477
|
# @return [Array<String>]
|
476
478
|
attr_accessor :members
|
@@ -646,7 +648,7 @@ module Google
|
|
646
648
|
include Google::Apis::Core::Hashable
|
647
649
|
|
648
650
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
649
|
-
# (such as
|
651
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
650
652
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
651
653
|
# Corresponds to the JSON property `permissions`
|
652
654
|
# @return [Array<String>]
|
@@ -681,7 +683,7 @@ module Google
|
|
681
683
|
end
|
682
684
|
end
|
683
685
|
|
684
|
-
# Specification of HTTP header match
|
686
|
+
# Specification of HTTP header match attributes.
|
685
687
|
class HttpHeaderMatch
|
686
688
|
include Google::Apis::Core::Hashable
|
687
689
|
|
@@ -1065,7 +1067,7 @@ module Google
|
|
1065
1067
|
|
1066
1068
|
# ServerTlsPolicy is a resource that specifies how a server should authenticate
|
1067
1069
|
# incoming requests. This resource itself does not affect configuration unless
|
1068
|
-
# it is attached to a target
|
1070
|
+
# it is attached to a target HTTPS proxy or endpoint config selector resource.
|
1069
1071
|
class ServerTlsPolicy
|
1070
1072
|
include Google::Apis::Core::Hashable
|
1071
1073
|
|
@@ -1073,7 +1075,9 @@ module Google
|
|
1073
1075
|
# allows plain text connections. By default, it is set to false. This setting is
|
1074
1076
|
# not exclusive of other encryption modes. For example, if `allow_open` and `
|
1075
1077
|
# mtls_policy` are set, server allows both plain text and mTLS connections. See
|
1076
|
-
# documentation of other encryption modes to confirm compatibility.
|
1078
|
+
# documentation of other encryption modes to confirm compatibility. Consider
|
1079
|
+
# using it if you wish to upgrade in place your deployment to TLS while having
|
1080
|
+
# mixed TLS and non-TLS traffic reaching port :80.
|
1077
1081
|
# Corresponds to the JSON property `allowOpen`
|
1078
1082
|
# @return [Boolean]
|
1079
1083
|
attr_accessor :allow_open
|
@@ -1148,8 +1152,8 @@ module Google
|
|
1148
1152
|
|
1149
1153
|
# Optional. List of peer identities to match for authorization. At least one
|
1150
1154
|
# principal should match. Each peer can be an exact match, or a prefix match (
|
1151
|
-
# example, "namespace/*") or a suffix match (example,
|
1152
|
-
#
|
1155
|
+
# example, "namespace/*") or a suffix match (example, "*/service-account") or a
|
1156
|
+
# presence match "*". Authorization based on the principal name without
|
1153
1157
|
# certificate validation (configured by ServerTlsPolicy resource) is considered
|
1154
1158
|
# insecure.
|
1155
1159
|
# Corresponds to the JSON property `principals`
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220808"
|
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"
|
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
|
231
|
-
#
|
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
|
356
|
-
#
|
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
|
394
|
-
#
|
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
|
530
|
-
#
|
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
|
655
|
-
#
|
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
|
693
|
-
#
|
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
|
979
|
-
#
|
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
|
1104
|
-
#
|
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
|
1142
|
-
#
|
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.
|
4
|
+
version: 0.11.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-
|
11
|
+
date: 2022-08-15 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.
|
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.
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.11.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: []
|