google-apis-networkservices_v1beta1 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: c5290436dd0ed25d04d2e5599dff4c940403a4f379201be9d47c2861d7df11ba
4
- data.tar.gz: aa2396ecf75abc5a1ab73c148b02b01625fb659930fe2e4c88f3463676a2133b
3
+ metadata.gz: d8ebd91c11c056d1fc585afeefc9e745319397209330059db3556fafd1cc1abb
4
+ data.tar.gz: cc2bb6179e4d325136b9fff5d3a0dd6a3ccb75203288fb6ec0365d7083e29560
5
5
  SHA512:
6
- metadata.gz: f8a97ad89d9a98bbef0e4480b1b17d52a10a46e436b52abff58890d43354a98f271d262884dd474a4defc1484f43466e28e6614e735a6ecd62fc14cea4cab08d
7
- data.tar.gz: 1ab118fcf77235bc46dfc848ed006f796be0df1506605e772e555fc331053eb0e554b5a028dbffbb56153e8e7303e75493be63ab7766394f47573bdd70b856a9
6
+ metadata.gz: d3494c48ed59cf6a1edf88b5c03a768992b9bda71101f2eca99ba468e90209853d0dfcf912406ef7fb7c838f773dd3f51a48f991624b8685176abec8b942b96f
7
+ data.tar.gz: 72bf92d2ac2a241b035ec73cd26902b221b0b6d7d0b02c716d5ebee81c4e807c2af4e0586e7eba7b0f73542b7e1c8fec26cb9b2591ee8c67794ae34f5e2001c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.16.0 (2022-08-22)
4
+
5
+ * Regenerated from discovery document revision 20220809
6
+
7
+ ### v0.15.0 (2022-07-24)
8
+
9
+ * Regenerated from discovery document revision 20220713
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.14.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.13.0 (2022-06-20)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -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
@@ -392,9 +395,10 @@ module Google
392
395
  # @return [String]
393
396
  attr_accessor :name
394
397
 
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.
398
+ # Required. One or more port numbers (1-65535), on which the Gateway will
399
+ # receive traffic. The proxy binds to the specified ports. Gateways of type '
400
+ # SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
401
+ # on 0.0.0.0 and support multiple ports.
398
402
  # Corresponds to the JSON property `ports`
399
403
  # @return [Array<Fixnum>]
400
404
  attr_accessor :ports
@@ -419,7 +423,8 @@ module Google
419
423
  # @return [String]
420
424
  attr_accessor :server_tls_policy
421
425
 
422
- # Immutable. The type of the customer managed gateway.
426
+ # Immutable. The type of the customer managed gateway. This field is required.
427
+ # If unspecified, an error is returned.
423
428
  # Corresponds to the JSON property `type`
424
429
  # @return [String]
425
430
  attr_accessor :type
@@ -748,7 +753,7 @@ module Google
748
753
  include Google::Apis::Core::Hashable
749
754
 
750
755
  # Specifies the allowed number of retries. This number must be > 0. If not
751
- # specpfied, default to 1.
756
+ # specified, default to 1.
752
757
  # Corresponds to the JSON property `numRetries`
753
758
  # @return [Fixnum]
754
759
  attr_accessor :num_retries
@@ -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.13.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.7.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 = "20220809"
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.13.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-06-27 00:00:00.000000000 Z
11
+ date: 2022-08-29 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.16.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: []