google-apis-networkservices_v1beta1 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: 79e373c3cce4c31f19242ed303a06f2209e2a2d615c8876bb7d530ae6f09f7e1
4
- data.tar.gz: d28b18ce15047cbfa31fefad8e1a7886bdf6229ddc478198568eda80fdd14c66
3
+ metadata.gz: 42bc5acde2d22ef8eb9a6eed64b043f0f4e5603323c0b6f2aa3974a303f0c0ce
4
+ data.tar.gz: 1e838774225ce6d87d196be63707369cb6414a239702c0bc31b95ebce2105c1d
5
5
  SHA512:
6
- metadata.gz: 13f89859bdc5935d762cd26440b38cc3edf1012f49d495154f79675dbc5d3a50c6018a4ac2e060485aa53d73a5d61fa790980c90c58afb774abff909f2f5f9cd
7
- data.tar.gz: 2feb54ff52ab93496032b0682ec0c804bbffedd553a87f036d9047d2b708a8d13bb75ad04b371ce46d135b0acdc9fbe10e0b50900966a0930d52d60b88044a7a
6
+ metadata.gz: b00501ab5fa2bf57f8d3ed3b6df6a96568b20d377e330b0b3e25a15ac331970d162b2cd97d1f659217b9556b1f86db1da482bc0ebfd3c9753e62dc377b6bb2f5
7
+ data.tar.gz: 6e689421d8ba74df95dff3ed801164eb71b1eb2f30d6eaa93d318a9b0f647be9376a47dfee0c153d6554b5f78c2cf1d95e14a5aeb9a71410bb77a2b635a0848b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
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
@@ -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
@@ -2944,6 +2944,11 @@ module Google
2944
2944
  # @return [Array<String>]
2945
2945
  attr_accessor :gateways
2946
2946
 
2947
+ # Optional. Set of label tags associated with the TlsRoute resource.
2948
+ # Corresponds to the JSON property `labels`
2949
+ # @return [Hash<String,String>]
2950
+ attr_accessor :labels
2951
+
2947
2952
  # Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one
2948
2953
  # of the routing rules to route the requests served by the mesh. Each mesh
2949
2954
  # reference should match the pattern: `projects/*/locations/global/meshes/` The
@@ -2984,6 +2989,7 @@ module Google
2984
2989
  @create_time = args[:create_time] if args.key?(:create_time)
2985
2990
  @description = args[:description] if args.key?(:description)
2986
2991
  @gateways = args[:gateways] if args.key?(:gateways)
2992
+ @labels = args[:labels] if args.key?(:labels)
2987
2993
  @meshes = args[:meshes] if args.key?(:meshes)
2988
2994
  @name = args[:name] if args.key?(:name)
2989
2995
  @rules = args[:rules] if args.key?(:rules)
@@ -3022,8 +3028,9 @@ module Google
3022
3028
  attr_accessor :service_name
3023
3029
 
3024
3030
  # 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.
3031
+ # referenced by the service_name field. This is computed as: - weight/Sum(
3032
+ # weights in destinations) Weights in all destinations does not need to sum up
3033
+ # to 100.
3027
3034
  # Corresponds to the JSON property `weight`
3028
3035
  # @return [Fixnum]
3029
3036
  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.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
@@ -1178,6 +1178,7 @@ module Google
1178
1178
  property :create_time, as: 'createTime'
1179
1179
  property :description, as: 'description'
1180
1180
  collection :gateways, as: 'gateways'
1181
+ hash :labels, as: 'labels'
1181
1182
  collection :meshes, as: 'meshes'
1182
1183
  property :name, as: 'name'
1183
1184
  collection :rules, as: 'rules', class: Google::Apis::NetworkservicesV1beta1::TlsRouteRouteRule, decorator: Google::Apis::NetworkservicesV1beta1::TlsRouteRouteRule::Representation
@@ -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.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-08-27 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.29.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: []
@@ -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 V1beta1