google-apis-networkservices_v1 0.12.0 → 0.15.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: 792357ee475d9964a6c0864d53b792de13773da9a09d8a986b1f08c857f6a010
4
- data.tar.gz: 9e179421968d43b3d020ddab7d70380b3e7974993ad8442e068a6e284f0fd70c
3
+ metadata.gz: 11791c2589d7d374bc9f0ec5c44ab2da4f884da3bc48569c88f859713e3cefd0
4
+ data.tar.gz: 618aee3d2a2da86672466b12593f78970a04bf6dadfb7127b93fc2d102ecb6ee
5
5
  SHA512:
6
- metadata.gz: f8260f6351ac2c32870abffdb1a31c5c1d54cf2e025a7abfaf79ea2cb43b45331154f2784ec8072b1646cfaf1ba6280e1bccfb97c729cf9fe2a89da34c64eb59
7
- data.tar.gz: 2db24116a337d0527c6ec3bb00c99a55eea1dd2800122db9d9610630c0af8ada58133ca80e0efe9e091b4602f4c8dccd0c97ab88ca872d4a277707a1c6fada68
6
+ metadata.gz: 81cc14c98d8cd6bc623b4bc58c887baa8119909b046b59eb57adf05a76fb1e3605d8c89460128923b72e9a48f24ef464420f08d5195bd19e03dd7635c8edbe1c
7
+ data.tar.gz: 395b9c0b71a5b76377b9f439345b4831050dd71ae48fc39c39e3e01b348bbb107f13f5d593f064c8127762138d8d1dd11b0b90014f32e9fc45e234841da439ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.15.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220809
6
+
7
+ ### v0.14.0 (2022-07-24)
8
+
9
+ * Regenerated from discovery document revision 20220713
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.13.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.12.0 (2022-06-21)
4
17
 
5
18
  * Regenerated from discovery document revision 20220614
@@ -123,25 +123,28 @@ module Google
123
123
  # anyone who is authenticated with a Google account or a service account. * `
124
124
  # user:`emailid``: An email address that represents a specific Google account.
125
125
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
126
- # address that represents a service account. For example, `my-other-app@appspot.
127
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
128
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
129
- # `uniqueid``: An email address (plus unique identifier) representing a user
130
- # that has been recently deleted. For example, `alice@example.com?uid=
131
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
132
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
133
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
134
- # identifier) representing a service account that has been recently deleted. For
135
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
136
- # If the service account is undeleted, this value reverts to `serviceAccount:`
137
- # emailid`` and the undeleted service account retains the role in the binding. *
138
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
139
- # identifier) representing a Google group that has been recently deleted. For
140
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
141
- # recovered, this value reverts to `group:`emailid`` and the recovered group
142
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
143
- # primary) that represents all the users of that domain. For example, `google.
144
- # com` or `example.com`.
126
+ # address that represents a Google service account. For example, `my-other-app@
127
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
128
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
129
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
130
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
131
+ # . * `group:`emailid``: An email address that represents a Google group. For
132
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
133
+ # email address (plus unique identifier) representing a user that has been
134
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
135
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
136
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
137
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
138
+ # representing a service account that has been recently deleted. For example, `
139
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
140
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
141
+ # and the undeleted service account retains the role in the binding. * `deleted:
142
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
143
+ # representing a Google group that has been recently deleted. For example, `
144
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
145
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
146
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
147
+ # all the users of that domain. For example, `google.com` or `example.com`.
145
148
  # Corresponds to the JSON property `members`
146
149
  # @return [Array<String>]
147
150
  attr_accessor :members
@@ -457,9 +460,10 @@ module Google
457
460
  # @return [String]
458
461
  attr_accessor :name
459
462
 
460
- # Required. One or more ports that the Gateway must receive traffic on. The
461
- # proxy binds to the ports specified. Gateway listen on 0.0.0.0 on the ports
462
- # specified below.
463
+ # Required. One or more port numbers (1-65535), on which the Gateway will
464
+ # receive traffic. The proxy binds to the specified ports. Gateways of type '
465
+ # SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
466
+ # on 0.0.0.0 and support multiple ports.
463
467
  # Corresponds to the JSON property `ports`
464
468
  # @return [Array<Fixnum>]
465
469
  attr_accessor :ports
@@ -484,7 +488,8 @@ module Google
484
488
  # @return [String]
485
489
  attr_accessor :server_tls_policy
486
490
 
487
- # Immutable. The type of the customer managed gateway.
491
+ # Immutable. The type of the customer managed gateway. This field is required.
492
+ # If unspecified, an error is returned.
488
493
  # Corresponds to the JSON property `type`
489
494
  # @return [String]
490
495
  attr_accessor :type
@@ -813,7 +818,7 @@ module Google
813
818
  include Google::Apis::Core::Hashable
814
819
 
815
820
  # Specifies the allowed number of retries. This number must be > 0. If not
816
- # specpfied, default to 1.
821
+ # specified, default to 1.
817
822
  # Corresponds to the JSON property `numRetries`
818
823
  # @return [Fixnum]
819
824
  attr_accessor :num_retries
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.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.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220614"
25
+ REVISION = "20220809"
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 `ListRouters` call, and that the system should
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 `ListRouters` call, and that the system should
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 `ListRouters` call, and that the system should
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.12.0
4
+ version: 0.15.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-08-22 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-networkservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.15.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: []