google-apis-networkservices_v1 0.44.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/networkservices_v1/classes.rb +21 -11
- data/lib/google/apis/networkservices_v1/gem_version.rb +3 -3
- data/lib/google/apis/networkservices_v1/representations.rb +1 -0
- data/lib/google/apis/networkservices_v1/service.rb +7 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c6deecd5605f1995e6af35739e19d4850c06649f5680f3a9695bb771752604a
|
4
|
+
data.tar.gz: 45f77a847093ac240adedd621e17d907c80cd1fcc7f428e1b90702330755e004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b3ec9d5a33505ff4a4a122fe08b6c2f220785e2c05a515c63f4f35a96fdaa490fac695f32acfdefeaa0d906eefdaca82541d16ab8b07c564dfecaf38097b331
|
7
|
+
data.tar.gz: da0cce7245485048c1ab0a6de020dc9a8ecc1d0d46d60f09cb5ff2d20fd90f7c436caf387afa37aa1749bf5df7eb268770f60fb7991caad05b4fca3e22c3009a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-networkservices_v1
|
2
2
|
|
3
|
+
### v0.46.0 (2024-08-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240818
|
6
|
+
|
7
|
+
### v0.45.0 (2024-08-04)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240721
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.44.0 (2024-07-25)
|
4
13
|
|
5
14
|
* 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
|
-
#
|
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
|
-
#
|
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]
|
@@ -679,6 +679,13 @@ module Google
|
|
679
679
|
# @return [Array<Fixnum>]
|
680
680
|
attr_accessor :ports
|
681
681
|
|
682
|
+
# Optional. The routing mode of the Gateway. This field is configurable only for
|
683
|
+
# gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of
|
684
|
+
# type SECURE_WEB_GATEWAY.
|
685
|
+
# Corresponds to the JSON property `routingMode`
|
686
|
+
# @return [String]
|
687
|
+
attr_accessor :routing_mode
|
688
|
+
|
682
689
|
# Optional. Scope determines how configuration across multiple Gateway instances
|
683
690
|
# are merged. The configuration for multiple Gateway instances with the same
|
684
691
|
# scope will be merged as presented as a single coniguration to the proxy/load
|
@@ -735,6 +742,7 @@ module Google
|
|
735
742
|
@name = args[:name] if args.key?(:name)
|
736
743
|
@network = args[:network] if args.key?(:network)
|
737
744
|
@ports = args[:ports] if args.key?(:ports)
|
745
|
+
@routing_mode = args[:routing_mode] if args.key?(:routing_mode)
|
738
746
|
@scope = args[:scope] if args.key?(:scope)
|
739
747
|
@self_link = args[:self_link] if args.key?(:self_link)
|
740
748
|
@server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
|
@@ -802,7 +810,7 @@ module Google
|
|
802
810
|
# @return [Array<String>]
|
803
811
|
attr_accessor :meshes
|
804
812
|
|
805
|
-
#
|
813
|
+
# Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
|
806
814
|
# locations/global/grpcRoutes/`
|
807
815
|
# Corresponds to the JSON property `name`
|
808
816
|
# @return [String]
|
@@ -1039,7 +1047,8 @@ module Google
|
|
1039
1047
|
end
|
1040
1048
|
end
|
1041
1049
|
|
1042
|
-
# The specifications for retries.
|
1050
|
+
# The specifications for retries. Specifies one or more conditions for which
|
1051
|
+
# this retry rule applies. Valid values are:
|
1043
1052
|
class GrpcRouteRetryPolicy
|
1044
1053
|
include Google::Apis::Core::Hashable
|
1045
1054
|
|
@@ -1103,7 +1112,8 @@ module Google
|
|
1103
1112
|
# @return [String]
|
1104
1113
|
attr_accessor :idle_timeout
|
1105
1114
|
|
1106
|
-
# The specifications for retries.
|
1115
|
+
# The specifications for retries. Specifies one or more conditions for which
|
1116
|
+
# this retry rule applies. Valid values are:
|
1107
1117
|
# Corresponds to the JSON property `retryPolicy`
|
1108
1118
|
# @return [Google::Apis::NetworkservicesV1::GrpcRouteRetryPolicy]
|
1109
1119
|
attr_accessor :retry_policy
|
@@ -1279,7 +1289,7 @@ module Google
|
|
1279
1289
|
# @return [Array<String>]
|
1280
1290
|
attr_accessor :meshes
|
1281
1291
|
|
1282
|
-
#
|
1292
|
+
# Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
|
1283
1293
|
# locations/global/httpRoutes/http_route_name>`.
|
1284
1294
|
# Corresponds to the JSON property `name`
|
1285
1295
|
# @return [String]
|
@@ -2744,8 +2754,8 @@ module Google
|
|
2744
2754
|
# @return [Hash<String,String>]
|
2745
2755
|
attr_accessor :labels
|
2746
2756
|
|
2747
|
-
#
|
2748
|
-
# global/meshes/`.
|
2757
|
+
# Identifier. Name of the Mesh resource. It matches pattern `projects/*/
|
2758
|
+
# locations/global/meshes/`.
|
2749
2759
|
# Corresponds to the JSON property `name`
|
2750
2760
|
# @return [String]
|
2751
2761
|
attr_accessor :name
|
@@ -3013,8 +3023,8 @@ module Google
|
|
3013
3023
|
# @return [Hash<String,String>]
|
3014
3024
|
attr_accessor :labels
|
3015
3025
|
|
3016
|
-
#
|
3017
|
-
# locations/global/serviceBindings/service_binding_name`.
|
3026
|
+
# Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*
|
3027
|
+
# /locations/global/serviceBindings/service_binding_name`.
|
3018
3028
|
# Corresponds to the JSON property `name`
|
3019
3029
|
# @return [String]
|
3020
3030
|
attr_accessor :name
|
@@ -3297,7 +3307,7 @@ module Google
|
|
3297
3307
|
# @return [Array<String>]
|
3298
3308
|
attr_accessor :meshes
|
3299
3309
|
|
3300
|
-
#
|
3310
|
+
# Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
|
3301
3311
|
# locations/global/tcpRoutes/tcp_route_name>`.
|
3302
3312
|
# Corresponds to the JSON property `name`
|
3303
3313
|
# @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.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240818"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -664,6 +664,7 @@ module Google
|
|
664
664
|
property :name, as: 'name'
|
665
665
|
property :network, as: 'network'
|
666
666
|
collection :ports, as: 'ports'
|
667
|
+
property :routing_mode, as: 'routingMode'
|
667
668
|
property :scope, as: 'scope'
|
668
669
|
property :self_link, as: 'selfLink'
|
669
670
|
property :server_tls_policy, as: 'serverTlsPolicy'
|
@@ -628,7 +628,7 @@ module Google
|
|
628
628
|
|
629
629
|
# Updates the parameters of a single EndpointPolicy.
|
630
630
|
# @param [String] name
|
631
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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.
|
4
|
+
version: 0.46.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-
|
11
|
+
date: 2024-08-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.46.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: []
|