google-apis-networkservices_v1beta1 0.14.0 → 0.17.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: 6d6f7efa62cdd7f50a21f5f505091234aa8e17f5bbf77fbb3640cd3b925c3529
4
- data.tar.gz: 15fea5c99a177f230cb4092c23fc9e2db7ec8a0d21c3dbe78ca95f80e2ba337f
3
+ metadata.gz: 7031f4193ee7ac07313751052f32396c4ac0ad8684b843025ab79b5c3272df9e
4
+ data.tar.gz: 2b1c1374ad883d24a401361f1642905add845f181df5fadb12412a6e035a27ae
5
5
  SHA512:
6
- metadata.gz: 8a12b1282f4ee29f3ee352422f5de9e665e6cca93fd4e7aed82113c4b2846b97306b38074b1715803bc8e0cf89f0e9902d07a81984cd4f1a4b914e579771b398
7
- data.tar.gz: ad94498e74f2437260916ec3b65398d2706821a0cb5de4a1ea9abd33c99df0aa194ad9f11258b31caf1ba73b59c9227793781f95bfeb3505d528f19d4b24d1e5
6
+ metadata.gz: 8e6afc264b82210e408c910a899c76d0603140522887afc1fdbfe15338cf7d50e98e901939221ef9e9aaa37646b1f27f9c47c27d8d701033e311982ebb03e777
7
+ data.tar.gz: 5bb6f284d886b3edf0174ac4824f6c35f6a98881113253e8acf03f370027655bc419007ed7d12527c83a6380587f0c6b1c1ea639e3069609d9583e21bc17ac00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.17.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
7
+ ### v0.16.0 (2022-08-22)
8
+
9
+ * Regenerated from discovery document revision 20220809
10
+
11
+ ### v0.15.0 (2022-07-24)
12
+
13
+ * Regenerated from discovery document revision 20220713
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.14.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
- # user:`emailid``: An email address that represents a specific Google account.
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`.
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
@@ -392,9 +397,10 @@ module Google
392
397
  # @return [String]
393
398
  attr_accessor :name
394
399
 
395
- # Required. One or more ports that the Gateway must receive traffic on. The
396
- # proxy binds to the ports specified. Gateway listen on 0.0.0.0 on the ports
397
- # specified below.
400
+ # Required. One or more port numbers (1-65535), on which the Gateway will
401
+ # receive traffic. The proxy binds to the specified ports. Gateways of type '
402
+ # SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
403
+ # on 0.0.0.0 and support multiple ports.
398
404
  # Corresponds to the JSON property `ports`
399
405
  # @return [Array<Fixnum>]
400
406
  attr_accessor :ports
@@ -419,7 +425,8 @@ module Google
419
425
  # @return [String]
420
426
  attr_accessor :server_tls_policy
421
427
 
422
- # Immutable. The type of the customer managed gateway.
428
+ # Immutable. The type of the customer managed gateway. This field is required.
429
+ # If unspecified, an error is returned.
423
430
  # Corresponds to the JSON property `type`
424
431
  # @return [String]
425
432
  attr_accessor :type
@@ -748,7 +755,7 @@ module Google
748
755
  include Google::Apis::Core::Hashable
749
756
 
750
757
  # Specifies the allowed number of retries. This number must be > 0. If not
751
- # specpfied, default to 1.
758
+ # specified, default to 1.
752
759
  # Corresponds to the JSON property `numRetries`
753
760
  # @return [Fixnum]
754
761
  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 service directory service name of the format /projects/*/
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 NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220511"
25
+ REVISION = "20220825"
26
26
  end
27
27
  end
28
28
  end
@@ -1009,7 +1009,7 @@ module Google
1009
1009
  # Maximum number of HttpRoutes to return per call.
1010
1010
  # @param [String] page_token
1011
1011
  # The value returned by the last `ListHttpRoutesResponse` Indicates that this is
1012
- # a continuation of a prior `ListRouters` call, and that the system should
1012
+ # a continuation of a prior `ListHttpRoutes` call, and that the system should
1013
1013
  # return the next page of data.
1014
1014
  # @param [String] fields
1015
1015
  # Selector specifying which fields to include in a partial response.
@@ -1898,7 +1898,7 @@ module Google
1898
1898
  # Maximum number of TcpRoutes to return per call.
1899
1899
  # @param [String] page_token
1900
1900
  # The value returned by the last `ListTcpRoutesResponse` Indicates that this is
1901
- # a continuation of a prior `ListRouters` call, and that the system should
1901
+ # a continuation of a prior `ListTcpRoutes` call, and that the system should
1902
1902
  # return the next page of data.
1903
1903
  # @param [String] fields
1904
1904
  # Selector specifying which fields to include in a partial response.
@@ -2078,7 +2078,7 @@ module Google
2078
2078
  # Maximum number of TlsRoutes to return per call.
2079
2079
  # @param [String] page_token
2080
2080
  # The value returned by the last `ListTlsRoutesResponse` Indicates that this is
2081
- # a continuation of a prior `ListRouters` call, and that the system should
2081
+ # a continuation of a prior `ListTlsRoutes` call, and that the system should
2082
2082
  # return the next page of data.
2083
2083
  # @param [String] fields
2084
2084
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.17.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-07-04 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []