google-apis-networkservices_v1beta1 0.27.0 → 0.28.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: 79e373c3cce4c31f19242ed303a06f2209e2a2d615c8876bb7d530ae6f09f7e1
4
- data.tar.gz: d28b18ce15047cbfa31fefad8e1a7886bdf6229ddc478198568eda80fdd14c66
3
+ metadata.gz: ac4c693d593872effeb0d0b6ca6b5153adf8a918073c186d8fe0e6a62fb47cbd
4
+ data.tar.gz: f966fa96e07defe7c164e39808465c723926577768f68aa5117d03ba498d5b50
5
5
  SHA512:
6
- metadata.gz: 13f89859bdc5935d762cd26440b38cc3edf1012f49d495154f79675dbc5d3a50c6018a4ac2e060485aa53d73a5d61fa790980c90c58afb774abff909f2f5f9cd
7
- data.tar.gz: 2feb54ff52ab93496032b0682ec0c804bbffedd553a87f036d9047d2b708a8d13bb75ad04b371ce46d135b0acdc9fbe10e0b50900966a0930d52d60b88044a7a
6
+ metadata.gz: 245986f9a406023ed8fe0823a48a94355b3d191a415e9183087fb8118bbfcdf5e0026267dbb12b4f089fcefbff69ecdcee2a65efd0883223e26f016f83303570
7
+ data.tar.gz: 68f9df942ff8e726a446548c1a0436e4fa30805991bbbd5535145f4ec656713abf85653ef16a1f4ff54d4e155b532607ef47beb0eb67306b5f5447b22bf29702
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.28.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230807
6
+
3
7
  ### v0.27.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230619
@@ -609,7 +609,7 @@ module Google
609
609
  attr_accessor :service_name
610
610
 
611
611
  # Optional. Specifies the proportion of requests forwarded to the backend
612
- # referenced by the serviceName field. This is computed as: weight/Sum(weights
612
+ # referenced by the serviceName field. This is computed as: - weight/Sum(weights
613
613
  # in this destination list). For non-zero values, there may be some epsilon from
614
614
  # the exact proportion defined here depending on the precision an implementation
615
615
  # supports. If only one serviceName is specified and it has a weight greater
@@ -1107,7 +1107,7 @@ module Google
1107
1107
  attr_accessor :service_name
1108
1108
 
1109
1109
  # Specifies the proportion of requests forwarded to the backend referenced by
1110
- # the serviceName field. This is computed as: weight/Sum(weights in this
1110
+ # the serviceName field. This is computed as: - weight/Sum(weights in this
1111
1111
  # destination list). For non-zero values, there may be some epsilon from the
1112
1112
  # exact proportion defined here depending on the precision an implementation
1113
1113
  # supports. If only one serviceName is specified and it has a weight greater
@@ -2234,13 +2234,13 @@ module Google
2234
2234
  # @return [String]
2235
2235
  attr_accessor :name
2236
2236
 
2237
- # The normal response of the operation in case of success. If the original
2238
- # method returns no data on success, such as `Delete`, the response is `google.
2239
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2240
- # the response should be the resource. For other methods, the response should
2241
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2242
- # example, if the original method name is `TakeSnapshot()`, the inferred
2243
- # response type is `TakeSnapshotResponse`.
2237
+ # The normal, successful response of the operation. If the original method
2238
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2239
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2240
+ # response should be the resource. For other methods, the response should have
2241
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2242
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2243
+ # `TakeSnapshotResponse`.
2244
2244
  # Corresponds to the JSON property `response`
2245
2245
  # @return [Hash<String,Object>]
2246
2246
  attr_accessor :response
@@ -2329,22 +2329,22 @@ module Google
2329
2329
  # evaluates to `true`. A condition can add constraints based on attributes of
2330
2330
  # the request, the resource, or both. To learn which resources support
2331
2331
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2332
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2332
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2333
2333
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2334
2334
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2335
2335
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2336
2336
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2337
2337
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2338
2338
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2339
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2340
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2341
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2342
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2343
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2344
- # access description: Does not grant access after Sep 2020 expression: request.
2345
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2346
- # a description of IAM and its features, see the [IAM documentation](https://
2347
- # cloud.google.com/iam/docs/).
2339
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2340
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2341
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2342
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2343
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2344
+ # title: expirable access description: Does not grant access after Sep 2020
2345
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2346
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2347
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2348
2348
  class Policy
2349
2349
  include Google::Apis::Core::Hashable
2350
2350
 
@@ -2604,22 +2604,22 @@ module Google
2604
2604
  # evaluates to `true`. A condition can add constraints based on attributes of
2605
2605
  # the request, the resource, or both. To learn which resources support
2606
2606
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2607
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2607
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2608
2608
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2609
2609
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2610
2610
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2611
2611
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2612
2612
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2613
2613
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2614
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2615
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2616
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2617
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2618
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2619
- # access description: Does not grant access after Sep 2020 expression: request.
2620
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2621
- # a description of IAM and its features, see the [IAM documentation](https://
2622
- # cloud.google.com/iam/docs/).
2614
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2615
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2616
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2617
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2618
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2619
+ # title: expirable access description: Does not grant access after Sep 2020
2620
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2621
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2622
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2623
2623
  # Corresponds to the JSON property `policy`
2624
2624
  # @return [Google::Apis::NetworkservicesV1beta1::Policy]
2625
2625
  attr_accessor :policy
@@ -2798,7 +2798,7 @@ module Google
2798
2798
  attr_accessor :service_name
2799
2799
 
2800
2800
  # Optional. Specifies the proportion of requests forwarded to the backend
2801
- # referenced by the serviceName field. This is computed as: weight/Sum(weights
2801
+ # referenced by the serviceName field. This is computed as: - weight/Sum(weights
2802
2802
  # in this destination list). For non-zero values, there may be some epsilon from
2803
2803
  # the exact proportion defined here depending on the precision an implementation
2804
2804
  # supports. If only one serviceName is specified and it has a weight greater
@@ -3022,8 +3022,9 @@ module Google
3022
3022
  attr_accessor :service_name
3023
3023
 
3024
3024
  # Optional. Specifies the proportion of requests forwareded to the backend
3025
- # referenced by the service_name field. This is computed as: weight/Sum(weights
3026
- # in destinations) Weights in all destinations does not need to sum up to 100.
3025
+ # referenced by the service_name field. This is computed as: - weight/Sum(
3026
+ # weights in destinations) Weights in all destinations does not need to sum up
3027
+ # to 100.
3027
3028
  # Corresponds to the JSON property `weight`
3028
3029
  # @return [Fixnum]
3029
3030
  attr_accessor :weight
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230619"
25
+ REVISION = "20230807"
26
26
  end
27
27
  end
28
28
  end
@@ -2092,8 +2092,7 @@ module Google
2092
2092
  # */locations/global`.
2093
2093
  # @param [Google::Apis::NetworkservicesV1beta1::TcpRoute] tcp_route_object
2094
2094
  # @param [String] tcp_route_id
2095
- # Required. Short name of the TcpRoute resource to be created. E.g. TODO(Add an
2096
- # example).
2095
+ # Required. Short name of the TcpRoute resource to be created.
2097
2096
  # @param [String] fields
2098
2097
  # Selector specifying which fields to include in a partial response.
2099
2098
  # @param [String] quota_user
@@ -2272,8 +2271,7 @@ module Google
2272
2271
  # */locations/global`.
2273
2272
  # @param [Google::Apis::NetworkservicesV1beta1::TlsRoute] tls_route_object
2274
2273
  # @param [String] tls_route_id
2275
- # Required. Short name of the TlsRoute resource to be created. E.g. TODO(Add an
2276
- # example).
2274
+ # Required. Short name of the TlsRoute resource to be created.
2277
2275
  # @param [String] fields
2278
2276
  # Selector specifying which fields to include in a partial response.
2279
2277
  # @param [String] quota_user
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.27.0
4
+ version: 0.28.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: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.28.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: []