google-apis-networkservices_v1 0.44.0 → 0.45.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: d52b58d2287e724e58738cd612be650d977ff1e0973f561ecd82bae3d8c8bf0b
4
- data.tar.gz: 8d4c90e990cbb5a9a35c48547f148a62b491df2c25206dd599041c91eeacaea3
3
+ metadata.gz: 7677e9038c4906f6f04a1fdc823dce3924b13d20b4b89a255c43071efa823213
4
+ data.tar.gz: d25d52e53587024494bb1f92e5cc0ecb9950acaf532efc42901eb4d6a6b5119e
5
5
  SHA512:
6
- metadata.gz: 69b30c0803d5b86536a0e695ae3b48cb2e0e907b588b07c882186da844344ede2e3bb7ba6252e102d729aa9caeb7249e881bb96d5996783774e0b4efbff73bbe
7
- data.tar.gz: 4b2cb2ecce422bac1a48f17544e12300dc6122c109a4df64163fc58602a24b50e37e24910ae29b55ca492d90f621e2269df56b142e5680642a06fab614520981
6
+ metadata.gz: 4ff46ec58bcefc27f295dd5dd4ae02a098ffa4850e02713f31506fdac9d6aebfc466abdb4e84148fefdab9ceccdecd112bb563be70757f516aaa02b6f818a761
7
+ data.tar.gz: ab6ec6f099798eb4d61bde35adca5f8e183f5d70df89b9d66b625a8a58deeca6ef0b9889f3df6a098a0a8c9e07f8ff5ab59e7e9b23c78e38539c081bb938ccfb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.45.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240721
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.44.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240707
@@ -355,7 +355,7 @@ module Google
355
355
  # @return [Hash<String,String>]
356
356
  attr_accessor :labels
357
357
 
358
- # Required. Name of the EndpointPolicy resource. It matches pattern `projects/`
358
+ # Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/`
359
359
  # project`/locations/global/endpointPolicies/`endpoint_policy``.
360
360
  # Corresponds to the JSON property `name`
361
361
  # @return [String]
@@ -658,7 +658,7 @@ module Google
658
658
  # @return [Hash<String,String>]
659
659
  attr_accessor :labels
660
660
 
661
- # Required. Name of the Gateway resource. It matches pattern `projects/*/
661
+ # Identifier. Name of the Gateway resource. It matches pattern `projects/*/
662
662
  # locations/*/gateways/`.
663
663
  # Corresponds to the JSON property `name`
664
664
  # @return [String]
@@ -802,7 +802,7 @@ module Google
802
802
  # @return [Array<String>]
803
803
  attr_accessor :meshes
804
804
 
805
- # Required. Name of the GrpcRoute resource. It matches pattern `projects/*/
805
+ # Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
806
806
  # locations/global/grpcRoutes/`
807
807
  # Corresponds to the JSON property `name`
808
808
  # @return [String]
@@ -1279,7 +1279,7 @@ module Google
1279
1279
  # @return [Array<String>]
1280
1280
  attr_accessor :meshes
1281
1281
 
1282
- # Required. Name of the HttpRoute resource. It matches pattern `projects/*/
1282
+ # Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
1283
1283
  # locations/global/httpRoutes/http_route_name>`.
1284
1284
  # Corresponds to the JSON property `name`
1285
1285
  # @return [String]
@@ -2744,8 +2744,8 @@ module Google
2744
2744
  # @return [Hash<String,String>]
2745
2745
  attr_accessor :labels
2746
2746
 
2747
- # Required. Name of the Mesh resource. It matches pattern `projects/*/locations/
2748
- # global/meshes/`.
2747
+ # Identifier. Name of the Mesh resource. It matches pattern `projects/*/
2748
+ # locations/global/meshes/`.
2749
2749
  # Corresponds to the JSON property `name`
2750
2750
  # @return [String]
2751
2751
  attr_accessor :name
@@ -3013,8 +3013,8 @@ module Google
3013
3013
  # @return [Hash<String,String>]
3014
3014
  attr_accessor :labels
3015
3015
 
3016
- # Required. Name of the ServiceBinding resource. It matches pattern `projects/*/
3017
- # locations/global/serviceBindings/service_binding_name`.
3016
+ # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*
3017
+ # /locations/global/serviceBindings/service_binding_name`.
3018
3018
  # Corresponds to the JSON property `name`
3019
3019
  # @return [String]
3020
3020
  attr_accessor :name
@@ -3297,7 +3297,7 @@ module Google
3297
3297
  # @return [Array<String>]
3298
3298
  attr_accessor :meshes
3299
3299
 
3300
- # Required. Name of the TcpRoute resource. It matches pattern `projects/*/
3300
+ # Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
3301
3301
  # locations/global/tcpRoutes/tcp_route_name>`.
3302
3302
  # Corresponds to the JSON property `name`
3303
3303
  # @return [String]
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240707"
25
+ REVISION = "20240721"
26
26
  end
27
27
  end
28
28
  end
@@ -628,7 +628,7 @@ module Google
628
628
 
629
629
  # Updates the parameters of a single EndpointPolicy.
630
630
  # @param [String] name
631
- # Required. Name of the EndpointPolicy resource. It matches pattern `projects/`
631
+ # Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/`
632
632
  # project`/locations/global/endpointPolicies/`endpoint_policy``.
633
633
  # @param [Google::Apis::NetworkservicesV1::EndpointPolicy] endpoint_policy_object
634
634
  # @param [String] update_mask
@@ -807,7 +807,7 @@ module Google
807
807
 
808
808
  # Updates the parameters of a single Gateway.
809
809
  # @param [String] name
810
- # Required. Name of the Gateway resource. It matches pattern `projects/*/
810
+ # Identifier. Name of the Gateway resource. It matches pattern `projects/*/
811
811
  # locations/*/gateways/`.
812
812
  # @param [Google::Apis::NetworkservicesV1::Gateway] gateway_object
813
813
  # @param [String] update_mask
@@ -986,7 +986,7 @@ module Google
986
986
 
987
987
  # Updates the parameters of a single GrpcRoute.
988
988
  # @param [String] name
989
- # Required. Name of the GrpcRoute resource. It matches pattern `projects/*/
989
+ # Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
990
990
  # locations/global/grpcRoutes/`
991
991
  # @param [Google::Apis::NetworkservicesV1::GrpcRoute] grpc_route_object
992
992
  # @param [String] update_mask
@@ -1165,7 +1165,7 @@ module Google
1165
1165
 
1166
1166
  # Updates the parameters of a single HttpRoute.
1167
1167
  # @param [String] name
1168
- # Required. Name of the HttpRoute resource. It matches pattern `projects/*/
1168
+ # Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
1169
1169
  # locations/global/httpRoutes/http_route_name>`.
1170
1170
  # @param [Google::Apis::NetworkservicesV1::HttpRoute] http_route_object
1171
1171
  # @param [String] update_mask
@@ -1792,8 +1792,8 @@ module Google
1792
1792
 
1793
1793
  # Updates the parameters of a single Mesh.
1794
1794
  # @param [String] name
1795
- # Required. Name of the Mesh resource. It matches pattern `projects/*/locations/
1796
- # global/meshes/`.
1795
+ # Identifier. Name of the Mesh resource. It matches pattern `projects/*/
1796
+ # locations/global/meshes/`.
1797
1797
  # @param [Google::Apis::NetworkservicesV1::Mesh] mesh_object
1798
1798
  # @param [String] update_mask
1799
1799
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -2555,7 +2555,7 @@ module Google
2555
2555
 
2556
2556
  # Updates the parameters of a single TcpRoute.
2557
2557
  # @param [String] name
2558
- # Required. Name of the TcpRoute resource. It matches pattern `projects/*/
2558
+ # Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
2559
2559
  # locations/global/tcpRoutes/tcp_route_name>`.
2560
2560
  # @param [Google::Apis::NetworkservicesV1::TcpRoute] tcp_route_object
2561
2561
  # @param [String] update_mask
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.44.0
4
+ version: 0.45.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-04 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.45.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: []