google-apis-networkservices_v1 0.27.0 → 0.29.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: 421c13be5eb68184a213607adc7a8805c5dc8fde8c9d58e084362544f84baf4c
4
- data.tar.gz: 4a82492ba366b794329e042a123c0687b6f062ffde31ec412fa9e82efdf6e75b
3
+ metadata.gz: 5ab87ffb7ae46e3e23e90e48cd7f5a4c18c88e34cf0c7c0ce3dbda47b3a69674
4
+ data.tar.gz: ad3615f72011a7c4d44493fe5359ebadbb240379112e07fed0a58304d57d22fd
5
5
  SHA512:
6
- metadata.gz: a84843fbb2450cf06ddbd7fba3580aa1fe40002180c37a70b4ebe3e7508a200d65ca0843eb64c3c6f5269bdcde5d1f7223c7f848aba28765e3adc32146fa2945
7
- data.tar.gz: cd5fafdb8ccef51e56267cd529421031b4740a1f1842c8142ed2f84475f54c72f4fc14891f18a627a2117a670e8c4a8ab476dec690959efdb6279e848b25a4f8
6
+ metadata.gz: db08023248722aebf4884b7743831a5db940038f5c9d6ea3b58d0dd060b6192246f5ec696a25235ff0f084029e29cd6386591155788d0d825191c340cdc4c6c0
7
+ data.tar.gz: 97ee7b57d9c78dc1728e7cdac7ad88d20e7d57d891e47612c44b2089f33a6d9fe5a1281343e2a096a8392824c8be6ba73d5f1d3797997e5374b3be59dd2c5b75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.29.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230814
6
+
7
+ ### v0.28.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230807
10
+
3
11
  ### v0.27.0 (2023-06-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20230619
@@ -674,7 +674,7 @@ module Google
674
674
  attr_accessor :service_name
675
675
 
676
676
  # Optional. Specifies the proportion of requests forwarded to the backend
677
- # referenced by the serviceName field. This is computed as: weight/Sum(weights
677
+ # referenced by the serviceName field. This is computed as: - weight/Sum(weights
678
678
  # in this destination list). For non-zero values, there may be some epsilon from
679
679
  # the exact proportion defined here depending on the precision an implementation
680
680
  # supports. If only one serviceName is specified and it has a weight greater
@@ -1172,7 +1172,7 @@ module Google
1172
1172
  attr_accessor :service_name
1173
1173
 
1174
1174
  # Specifies the proportion of requests forwarded to the backend referenced by
1175
- # the serviceName field. This is computed as: weight/Sum(weights in this
1175
+ # the serviceName field. This is computed as: - weight/Sum(weights in this
1176
1176
  # destination list). For non-zero values, there may be some epsilon from the
1177
1177
  # exact proportion defined here depending on the precision an implementation
1178
1178
  # supports. If only one serviceName is specified and it has a weight greater
@@ -2207,13 +2207,13 @@ module Google
2207
2207
  # @return [String]
2208
2208
  attr_accessor :name
2209
2209
 
2210
- # The normal response of the operation in case of success. If the original
2211
- # method returns no data on success, such as `Delete`, the response is `google.
2212
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2213
- # the response should be the resource. For other methods, the response should
2214
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2215
- # example, if the original method name is `TakeSnapshot()`, the inferred
2216
- # response type is `TakeSnapshotResponse`.
2210
+ # The normal, successful response of the operation. If the original method
2211
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2212
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2213
+ # response should be the resource. For other methods, the response should have
2214
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2215
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2216
+ # `TakeSnapshotResponse`.
2217
2217
  # Corresponds to the JSON property `response`
2218
2218
  # @return [Hash<String,Object>]
2219
2219
  attr_accessor :response
@@ -2302,22 +2302,22 @@ module Google
2302
2302
  # evaluates to `true`. A condition can add constraints based on attributes of
2303
2303
  # the request, the resource, or both. To learn which resources support
2304
2304
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2305
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2305
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2306
2306
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2307
2307
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2308
2308
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2309
2309
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2310
2310
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2311
2311
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2312
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2313
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2314
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2315
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2316
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2317
- # access description: Does not grant access after Sep 2020 expression: request.
2318
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2319
- # a description of IAM and its features, see the [IAM documentation](https://
2320
- # cloud.google.com/iam/docs/).
2312
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2313
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2314
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2315
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2316
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2317
+ # title: expirable access description: Does not grant access after Sep 2020
2318
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2319
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2320
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2321
2321
  class Policy
2322
2322
  include Google::Apis::Core::Hashable
2323
2323
 
@@ -2462,22 +2462,22 @@ module Google
2462
2462
  # evaluates to `true`. A condition can add constraints based on attributes of
2463
2463
  # the request, the resource, or both. To learn which resources support
2464
2464
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2465
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2465
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
2466
2466
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2467
2467
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2468
2468
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2469
2469
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2470
2470
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
2471
2471
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2472
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2473
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
2474
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2475
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2476
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2477
- # access description: Does not grant access after Sep 2020 expression: request.
2478
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2479
- # a description of IAM and its features, see the [IAM documentation](https://
2480
- # cloud.google.com/iam/docs/).
2472
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
2473
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
2474
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
2475
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
2476
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
2477
+ # title: expirable access description: Does not grant access after Sep 2020
2478
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
2479
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
2480
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
2481
2481
  # Corresponds to the JSON property `policy`
2482
2482
  # @return [Google::Apis::NetworkservicesV1::Policy]
2483
2483
  attr_accessor :policy
@@ -2656,7 +2656,7 @@ module Google
2656
2656
  attr_accessor :service_name
2657
2657
 
2658
2658
  # Optional. Specifies the proportion of requests forwarded to the backend
2659
- # referenced by the serviceName field. This is computed as: weight/Sum(weights
2659
+ # referenced by the serviceName field. This is computed as: - weight/Sum(weights
2660
2660
  # in this destination list). For non-zero values, there may be some epsilon from
2661
2661
  # the exact proportion defined here depending on the precision an implementation
2662
2662
  # supports. If only one serviceName is specified and it has a weight greater
@@ -2802,6 +2802,11 @@ module Google
2802
2802
  # @return [Array<String>]
2803
2803
  attr_accessor :gateways
2804
2804
 
2805
+ # Optional. Set of label tags associated with the TlsRoute resource.
2806
+ # Corresponds to the JSON property `labels`
2807
+ # @return [Hash<String,String>]
2808
+ attr_accessor :labels
2809
+
2805
2810
  # Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one
2806
2811
  # of the routing rules to route the requests served by the mesh. Each mesh
2807
2812
  # reference should match the pattern: `projects/*/locations/global/meshes/` The
@@ -2842,6 +2847,7 @@ module Google
2842
2847
  @create_time = args[:create_time] if args.key?(:create_time)
2843
2848
  @description = args[:description] if args.key?(:description)
2844
2849
  @gateways = args[:gateways] if args.key?(:gateways)
2850
+ @labels = args[:labels] if args.key?(:labels)
2845
2851
  @meshes = args[:meshes] if args.key?(:meshes)
2846
2852
  @name = args[:name] if args.key?(:name)
2847
2853
  @rules = args[:rules] if args.key?(:rules)
@@ -2880,8 +2886,9 @@ module Google
2880
2886
  attr_accessor :service_name
2881
2887
 
2882
2888
  # Optional. Specifies the proportion of requests forwareded to the backend
2883
- # referenced by the service_name field. This is computed as: weight/Sum(weights
2884
- # in destinations) Weights in all destinations does not need to sum up to 100.
2889
+ # referenced by the service_name field. This is computed as: - weight/Sum(
2890
+ # weights in destinations) Weights in all destinations does not need to sum up
2891
+ # to 100.
2885
2892
  # Corresponds to the JSON property `weight`
2886
2893
  # @return [Fixnum]
2887
2894
  attr_accessor :weight
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.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 = "20230814"
26
26
  end
27
27
  end
28
28
  end
@@ -1115,6 +1115,7 @@ module Google
1115
1115
  property :create_time, as: 'createTime'
1116
1116
  property :description, as: 'description'
1117
1117
  collection :gateways, as: 'gateways'
1118
+ hash :labels, as: 'labels'
1118
1119
  collection :meshes, as: 'meshes'
1119
1120
  property :name, as: 'name'
1120
1121
  collection :rules, as: 'rules', class: Google::Apis::NetworkservicesV1::TlsRouteRouteRule, decorator: Google::Apis::NetworkservicesV1::TlsRouteRouteRule::Representation
@@ -2153,8 +2153,7 @@ module Google
2153
2153
  # */locations/global`.
2154
2154
  # @param [Google::Apis::NetworkservicesV1::TcpRoute] tcp_route_object
2155
2155
  # @param [String] tcp_route_id
2156
- # Required. Short name of the TcpRoute resource to be created. E.g. TODO(Add an
2157
- # example).
2156
+ # Required. Short name of the TcpRoute resource to be created.
2158
2157
  # @param [String] fields
2159
2158
  # Selector specifying which fields to include in a partial response.
2160
2159
  # @param [String] quota_user
@@ -2333,8 +2332,7 @@ module Google
2333
2332
  # */locations/global`.
2334
2333
  # @param [Google::Apis::NetworkservicesV1::TlsRoute] tls_route_object
2335
2334
  # @param [String] tls_route_id
2336
- # Required. Short name of the TlsRoute resource to be created. E.g. TODO(Add an
2337
- # example).
2335
+ # Required. Short name of the TlsRoute resource to be created.
2338
2336
  # @param [String] fields
2339
2337
  # Selector specifying which fields to include in a partial response.
2340
2338
  # @param [String] quota_user
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.27.0
4
+ version: 0.29.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-09-03 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.29.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Services API V1