google-apis-networkservices_v1 0.13.0 → 0.16.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: 6ed36cc61dd045a60ce314c2ae239897a01cc1257c52f616c07cb23e0454e834
|
4
|
+
data.tar.gz: c6841dcabc023a56e63bdda75e80f6abe9f135bb8f20a0278d129be22f6465b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3f7a51b8ca016ef24eb27769008a241a87f0069a30abb5da7e569932fecd3f95c01b7276da71fd2acee1cc4d48dfab638a6073e2020f63ab953448279698d13
|
7
|
+
data.tar.gz: 4292463575d6eb9f865172976dd6ca52a811e61077568d9a255a30b991f1aa467cc7aa493f5c5a268fda452aa7cd2236a5327447053438e6158e4377d0926281
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-networkservices_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2022-08-31)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220825
|
6
|
+
|
7
|
+
### v0.15.0 (2022-08-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220809
|
10
|
+
|
11
|
+
### v0.14.0 (2022-07-24)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220713
|
14
|
+
* Regenerated using generator version 0.9.0
|
15
|
+
|
3
16
|
### v0.13.0 (2022-06-30)
|
4
17
|
|
5
18
|
* Regenerated using generator version 0.8.0
|
@@ -120,28 +120,33 @@ module Google
|
|
120
120
|
# members` can have the following values: * `allUsers`: A special identifier
|
121
121
|
# that represents anyone who is on the internet; with or without a Google
|
122
122
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
123
|
-
# anyone who is authenticated with a Google account or a service account.
|
124
|
-
#
|
125
|
-
#
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
129
|
-
# `
|
130
|
-
#
|
131
|
-
#
|
132
|
-
#
|
133
|
-
#
|
134
|
-
#
|
135
|
-
# example, `
|
136
|
-
# If the
|
137
|
-
# emailid`` and the
|
138
|
-
# `deleted:
|
139
|
-
# identifier) representing a
|
140
|
-
# example, `
|
141
|
-
#
|
142
|
-
#
|
143
|
-
#
|
144
|
-
#
|
123
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
124
|
+
# not include identities that come from external identity providers (IdPs)
|
125
|
+
# through identity federation. * `user:`emailid``: An email address that
|
126
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
127
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
128
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
129
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
130
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
131
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
132
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
133
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
134
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
135
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
136
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
137
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
138
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
139
|
+
# address (plus unique identifier) representing a service account that has been
|
140
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
141
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
142
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
143
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
144
|
+
# An email address (plus unique identifier) representing a Google group that has
|
145
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
146
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
147
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
148
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
149
|
+
# of that domain. For example, `google.com` or `example.com`.
|
145
150
|
# Corresponds to the JSON property `members`
|
146
151
|
# @return [Array<String>]
|
147
152
|
attr_accessor :members
|
@@ -457,9 +462,10 @@ module Google
|
|
457
462
|
# @return [String]
|
458
463
|
attr_accessor :name
|
459
464
|
|
460
|
-
# Required. One or more
|
461
|
-
# proxy binds to the ports
|
462
|
-
#
|
465
|
+
# Required. One or more port numbers (1-65535), on which the Gateway will
|
466
|
+
# receive traffic. The proxy binds to the specified ports. Gateways of type '
|
467
|
+
# SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
|
468
|
+
# on 0.0.0.0 and support multiple ports.
|
463
469
|
# Corresponds to the JSON property `ports`
|
464
470
|
# @return [Array<Fixnum>]
|
465
471
|
attr_accessor :ports
|
@@ -484,7 +490,8 @@ module Google
|
|
484
490
|
# @return [String]
|
485
491
|
attr_accessor :server_tls_policy
|
486
492
|
|
487
|
-
# Immutable. The type of the customer managed gateway.
|
493
|
+
# Immutable. The type of the customer managed gateway. This field is required.
|
494
|
+
# If unspecified, an error is returned.
|
488
495
|
# Corresponds to the JSON property `type`
|
489
496
|
# @return [String]
|
490
497
|
attr_accessor :type
|
@@ -813,7 +820,7 @@ module Google
|
|
813
820
|
include Google::Apis::Core::Hashable
|
814
821
|
|
815
822
|
# Specifies the allowed number of retries. This number must be > 0. If not
|
816
|
-
#
|
823
|
+
# specified, default to 1.
|
817
824
|
# Corresponds to the JSON property `numRetries`
|
818
825
|
# @return [Fixnum]
|
819
826
|
attr_accessor :num_retries
|
@@ -2351,12 +2358,12 @@ module Google
|
|
2351
2358
|
attr_accessor :labels
|
2352
2359
|
|
2353
2360
|
# Required. Name of the ServiceBinding resource. It matches pattern `projects/*/
|
2354
|
-
# locations/global/serviceBindings/service_binding_name
|
2361
|
+
# locations/global/serviceBindings/service_binding_name`.
|
2355
2362
|
# Corresponds to the JSON property `name`
|
2356
2363
|
# @return [String]
|
2357
2364
|
attr_accessor :name
|
2358
2365
|
|
2359
|
-
# Required. The full
|
2366
|
+
# Required. The full Service Directory Service name of the format projects/*/
|
2360
2367
|
# locations/*/namespaces/*/services/*
|
2361
2368
|
# Corresponds to the JSON property `service`
|
2362
2369
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkservicesV1
|
18
18
|
# Version of the google-apis-networkservices_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.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 = "20220825"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1372,7 +1372,7 @@ module Google
|
|
1372
1372
|
# Maximum number of HttpRoutes to return per call.
|
1373
1373
|
# @param [String] page_token
|
1374
1374
|
# The value returned by the last `ListHttpRoutesResponse` Indicates that this is
|
1375
|
-
# a continuation of a prior `
|
1375
|
+
# a continuation of a prior `ListHttpRoutes` call, and that the system should
|
1376
1376
|
# return the next page of data.
|
1377
1377
|
# @param [String] fields
|
1378
1378
|
# Selector specifying which fields to include in a partial response.
|
@@ -2261,7 +2261,7 @@ module Google
|
|
2261
2261
|
# Maximum number of TcpRoutes to return per call.
|
2262
2262
|
# @param [String] page_token
|
2263
2263
|
# The value returned by the last `ListTcpRoutesResponse` Indicates that this is
|
2264
|
-
# a continuation of a prior `
|
2264
|
+
# a continuation of a prior `ListTcpRoutes` call, and that the system should
|
2265
2265
|
# return the next page of data.
|
2266
2266
|
# @param [String] fields
|
2267
2267
|
# Selector specifying which fields to include in a partial response.
|
@@ -2441,7 +2441,7 @@ module Google
|
|
2441
2441
|
# Maximum number of TlsRoutes to return per call.
|
2442
2442
|
# @param [String] page_token
|
2443
2443
|
# The value returned by the last `ListTlsRoutesResponse` Indicates that this is
|
2444
|
-
# a continuation of a prior `
|
2444
|
+
# a continuation of a prior `ListTlsRoutes` call, and that the system should
|
2445
2445
|
# return the next page of data.
|
2446
2446
|
# @param [String] fields
|
2447
2447
|
# 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-networkservices_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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-09-05 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-networkservices_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|