google-apis-networkservices_v1beta1 0.59.0 → 0.61.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 +8 -0
- data/lib/google/apis/networkservices_v1beta1/classes.rb +37 -18
- data/lib/google/apis/networkservices_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networkservices_v1beta1/representations.rb +2 -0
- data/lib/google/apis/networkservices_v1beta1/service.rb +39 -31
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d4b0479e8f045eec7c8a5acfbe2ca950d114315cc83858b2bedd3929e83a9c0
|
|
4
|
+
data.tar.gz: 9f9e0c55b4ec4a154826f614c0021c32ff0410d40a911ebce182302c8a3e8f2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36f6db6068a978066be16204a7a22544eb017a311bd94926ff2084f8ce1355522f34c15ff77071b7bdf36f290ba3d73b05251c5dc2b6aac5b4a39cc8421093cb
|
|
7
|
+
data.tar.gz: 1d55c9dc4fcb541a591a2679940ecf912e0cd7743b4183932d84e4d5e905b1bff9978d13d741d19e961817fb251984817ae9de46d536600cd86d5687158e4cbc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-networkservices_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.61.0 (2025-11-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251029
|
|
6
|
+
|
|
7
|
+
### v0.60.0 (2025-11-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251017
|
|
10
|
+
|
|
3
11
|
### v0.59.0 (2025-10-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251015
|
|
@@ -244,7 +244,7 @@ module Google
|
|
|
244
244
|
attr_accessor :labels
|
|
245
245
|
|
|
246
246
|
# Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/`
|
|
247
|
-
# project`/locations
|
|
247
|
+
# project`/locations/*/endpointPolicies/`endpoint_policy``.
|
|
248
248
|
# Corresponds to the JSON property `name`
|
|
249
249
|
# @return [String]
|
|
250
250
|
attr_accessor :name
|
|
@@ -412,6 +412,20 @@ module Google
|
|
|
412
412
|
# @return [String]
|
|
413
413
|
attr_accessor :name
|
|
414
414
|
|
|
415
|
+
# Optional. When set to `TRUE`, enables `observability_mode` on the `ext_proc`
|
|
416
|
+
# filter. This makes `ext_proc` calls asynchronous. Envoy doesn't check for the
|
|
417
|
+
# response from `ext_proc` calls. For more information about the filter, see:
|
|
418
|
+
# https://www.envoyproxy.io/docs/envoy/v1.32.3/api-v3/extensions/filters/http/
|
|
419
|
+
# ext_proc/v3/ext_proc.proto#extensions-filters-http-ext-proc-v3-
|
|
420
|
+
# externalprocessor This field is helpful when you want to try out the extension
|
|
421
|
+
# in async log-only mode. Supported by regional `LbTrafficExtension` and `
|
|
422
|
+
# LbRouteExtension` resources. Only `STREAMED` (default) body processing mode is
|
|
423
|
+
# supported.
|
|
424
|
+
# Corresponds to the JSON property `observabilityMode`
|
|
425
|
+
# @return [Boolean]
|
|
426
|
+
attr_accessor :observability_mode
|
|
427
|
+
alias_method :observability_mode?, :observability_mode
|
|
428
|
+
|
|
415
429
|
# Optional. Configures the send mode for request body processing. The field can
|
|
416
430
|
# only be set if `supported_events` includes `REQUEST_BODY`. If `
|
|
417
431
|
# supported_events` includes `REQUEST_BODY`, but `request_body_send_mode` is
|
|
@@ -487,6 +501,7 @@ module Google
|
|
|
487
501
|
@forward_headers = args[:forward_headers] if args.key?(:forward_headers)
|
|
488
502
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
489
503
|
@name = args[:name] if args.key?(:name)
|
|
504
|
+
@observability_mode = args[:observability_mode] if args.key?(:observability_mode)
|
|
490
505
|
@request_body_send_mode = args[:request_body_send_mode] if args.key?(:request_body_send_mode)
|
|
491
506
|
@response_body_send_mode = args[:response_body_send_mode] if args.key?(:response_body_send_mode)
|
|
492
507
|
@service = args[:service] if args.key?(:service)
|
|
@@ -731,8 +746,7 @@ module Google
|
|
|
731
746
|
|
|
732
747
|
# Optional. Gateways defines a list of gateways this GrpcRoute is attached to,
|
|
733
748
|
# as one of the routing rules to route the requests served by the gateway. Each
|
|
734
|
-
# gateway reference should match the pattern: `projects/*/locations
|
|
735
|
-
# gateways/`
|
|
749
|
+
# gateway reference should match the pattern: `projects/*/locations/*/gateways/`
|
|
736
750
|
# Corresponds to the JSON property `gateways`
|
|
737
751
|
# @return [Array<String>]
|
|
738
752
|
attr_accessor :gateways
|
|
@@ -767,13 +781,13 @@ module Google
|
|
|
767
781
|
|
|
768
782
|
# Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as
|
|
769
783
|
# one of the routing rules to route the requests served by the mesh. Each mesh
|
|
770
|
-
# reference should match the pattern: `projects/*/locations
|
|
784
|
+
# reference should match the pattern: `projects/*/locations/*/meshes/`
|
|
771
785
|
# Corresponds to the JSON property `meshes`
|
|
772
786
|
# @return [Array<String>]
|
|
773
787
|
attr_accessor :meshes
|
|
774
788
|
|
|
775
789
|
# Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
|
|
776
|
-
# locations
|
|
790
|
+
# locations/*/grpcRoutes/`
|
|
777
791
|
# Corresponds to the JSON property `name`
|
|
778
792
|
# @return [String]
|
|
779
793
|
attr_accessor :name
|
|
@@ -1212,8 +1226,7 @@ module Google
|
|
|
1212
1226
|
|
|
1213
1227
|
# Optional. Gateways defines a list of gateways this HttpRoute is attached to,
|
|
1214
1228
|
# as one of the routing rules to route the requests served by the gateway. Each
|
|
1215
|
-
# gateway reference should match the pattern: `projects/*/locations
|
|
1216
|
-
# gateways/`
|
|
1229
|
+
# gateway reference should match the pattern: `projects/*/locations/*/gateways/`
|
|
1217
1230
|
# Corresponds to the JSON property `gateways`
|
|
1218
1231
|
# @return [Array<String>]
|
|
1219
1232
|
attr_accessor :gateways
|
|
@@ -1246,14 +1259,14 @@ module Google
|
|
|
1246
1259
|
|
|
1247
1260
|
# Optional. Meshes defines a list of meshes this HttpRoute is attached to, as
|
|
1248
1261
|
# one of the routing rules to route the requests served by the mesh. Each mesh
|
|
1249
|
-
# reference should match the pattern: `projects/*/locations
|
|
1262
|
+
# reference should match the pattern: `projects/*/locations/*/meshes/` The
|
|
1250
1263
|
# attached Mesh should be of a type SIDECAR
|
|
1251
1264
|
# Corresponds to the JSON property `meshes`
|
|
1252
1265
|
# @return [Array<String>]
|
|
1253
1266
|
attr_accessor :meshes
|
|
1254
1267
|
|
|
1255
1268
|
# Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
|
|
1256
|
-
# locations
|
|
1269
|
+
# locations/*/httpRoutes/http_route_name>`.
|
|
1257
1270
|
# Corresponds to the JSON property `name`
|
|
1258
1271
|
# @return [String]
|
|
1259
1272
|
attr_accessor :name
|
|
@@ -2874,6 +2887,13 @@ module Google
|
|
|
2874
2887
|
# @return [Array<Google::Apis::NetworkservicesV1beta1::Operation>]
|
|
2875
2888
|
attr_accessor :operations
|
|
2876
2889
|
|
|
2890
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
2891
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
|
2892
|
+
# when attempting to list all resources across all supported locations.
|
|
2893
|
+
# Corresponds to the JSON property `unreachable`
|
|
2894
|
+
# @return [Array<String>]
|
|
2895
|
+
attr_accessor :unreachable
|
|
2896
|
+
|
|
2877
2897
|
def initialize(**args)
|
|
2878
2898
|
update!(**args)
|
|
2879
2899
|
end
|
|
@@ -2882,6 +2902,7 @@ module Google
|
|
|
2882
2902
|
def update!(**args)
|
|
2883
2903
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
2884
2904
|
@operations = args[:operations] if args.key?(:operations)
|
|
2905
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
2885
2906
|
end
|
|
2886
2907
|
end
|
|
2887
2908
|
|
|
@@ -3202,7 +3223,7 @@ module Google
|
|
|
3202
3223
|
attr_accessor :labels
|
|
3203
3224
|
|
|
3204
3225
|
# Identifier. Name of the Mesh resource. It matches pattern `projects/*/
|
|
3205
|
-
# locations
|
|
3226
|
+
# locations/*/meshes/`.
|
|
3206
3227
|
# Corresponds to the JSON property `name`
|
|
3207
3228
|
# @return [String]
|
|
3208
3229
|
attr_accessor :name
|
|
@@ -3752,8 +3773,7 @@ module Google
|
|
|
3752
3773
|
|
|
3753
3774
|
# Optional. Gateways defines a list of gateways this TcpRoute is attached to, as
|
|
3754
3775
|
# one of the routing rules to route the requests served by the gateway. Each
|
|
3755
|
-
# gateway reference should match the pattern: `projects/*/locations
|
|
3756
|
-
# gateways/`
|
|
3776
|
+
# gateway reference should match the pattern: `projects/*/locations/*/gateways/`
|
|
3757
3777
|
# Corresponds to the JSON property `gateways`
|
|
3758
3778
|
# @return [Array<String>]
|
|
3759
3779
|
attr_accessor :gateways
|
|
@@ -3765,14 +3785,14 @@ module Google
|
|
|
3765
3785
|
|
|
3766
3786
|
# Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one
|
|
3767
3787
|
# of the routing rules to route the requests served by the mesh. Each mesh
|
|
3768
|
-
# reference should match the pattern: `projects/*/locations
|
|
3788
|
+
# reference should match the pattern: `projects/*/locations/*/meshes/` The
|
|
3769
3789
|
# attached Mesh should be of a type SIDECAR
|
|
3770
3790
|
# Corresponds to the JSON property `meshes`
|
|
3771
3791
|
# @return [Array<String>]
|
|
3772
3792
|
attr_accessor :meshes
|
|
3773
3793
|
|
|
3774
3794
|
# Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
|
|
3775
|
-
# locations
|
|
3795
|
+
# locations/*/tcpRoutes/tcp_route_name>`.
|
|
3776
3796
|
# Corresponds to the JSON property `name`
|
|
3777
3797
|
# @return [String]
|
|
3778
3798
|
attr_accessor :name
|
|
@@ -3961,8 +3981,7 @@ module Google
|
|
|
3961
3981
|
|
|
3962
3982
|
# Optional. Gateways defines a list of gateways this TlsRoute is attached to, as
|
|
3963
3983
|
# one of the routing rules to route the requests served by the gateway. Each
|
|
3964
|
-
# gateway reference should match the pattern: `projects/*/locations
|
|
3965
|
-
# gateways/`
|
|
3984
|
+
# gateway reference should match the pattern: `projects/*/locations/*/gateways/`
|
|
3966
3985
|
# Corresponds to the JSON property `gateways`
|
|
3967
3986
|
# @return [Array<String>]
|
|
3968
3987
|
attr_accessor :gateways
|
|
@@ -3974,14 +3993,14 @@ module Google
|
|
|
3974
3993
|
|
|
3975
3994
|
# Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one
|
|
3976
3995
|
# of the routing rules to route the requests served by the mesh. Each mesh
|
|
3977
|
-
# reference should match the pattern: `projects/*/locations
|
|
3996
|
+
# reference should match the pattern: `projects/*/locations/*/meshes/` The
|
|
3978
3997
|
# attached Mesh should be of a type SIDECAR
|
|
3979
3998
|
# Corresponds to the JSON property `meshes`
|
|
3980
3999
|
# @return [Array<String>]
|
|
3981
4000
|
attr_accessor :meshes
|
|
3982
4001
|
|
|
3983
4002
|
# Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/
|
|
3984
|
-
# locations
|
|
4003
|
+
# locations/*/tlsRoutes/tls_route_name>`.
|
|
3985
4004
|
# Corresponds to the JSON property `name`
|
|
3986
4005
|
# @return [String]
|
|
3987
4006
|
attr_accessor :name
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.61.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251029"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -677,6 +677,7 @@ module Google
|
|
|
677
677
|
collection :forward_headers, as: 'forwardHeaders'
|
|
678
678
|
hash :metadata, as: 'metadata'
|
|
679
679
|
property :name, as: 'name'
|
|
680
|
+
property :observability_mode, as: 'observabilityMode'
|
|
680
681
|
property :request_body_send_mode, as: 'requestBodySendMode'
|
|
681
682
|
property :response_body_send_mode, as: 'responseBodySendMode'
|
|
682
683
|
property :service, as: 'service'
|
|
@@ -1265,6 +1266,7 @@ module Google
|
|
|
1265
1266
|
property :next_page_token, as: 'nextPageToken'
|
|
1266
1267
|
collection :operations, as: 'operations', class: Google::Apis::NetworkservicesV1beta1::Operation, decorator: Google::Apis::NetworkservicesV1beta1::Operation::Representation
|
|
1267
1268
|
|
|
1269
|
+
collection :unreachable, as: 'unreachable'
|
|
1268
1270
|
end
|
|
1269
1271
|
end
|
|
1270
1272
|
|
|
@@ -351,7 +351,7 @@ module Google
|
|
|
351
351
|
# Creates a new EndpointPolicy in a given project and location.
|
|
352
352
|
# @param [String] parent
|
|
353
353
|
# Required. The parent resource of the EndpointPolicy. Must be in the format `
|
|
354
|
-
# projects/*/locations
|
|
354
|
+
# projects/*/locations/*`.
|
|
355
355
|
# @param [Google::Apis::NetworkservicesV1beta1::EndpointPolicy] endpoint_policy_object
|
|
356
356
|
# @param [String] endpoint_policy_id
|
|
357
357
|
# Required. Short name of the EndpointPolicy resource to be created. E.g. "
|
|
@@ -389,7 +389,7 @@ module Google
|
|
|
389
389
|
# Deletes a single EndpointPolicy.
|
|
390
390
|
# @param [String] name
|
|
391
391
|
# Required. A name of the EndpointPolicy to delete. Must be in the format `
|
|
392
|
-
# projects/*/locations
|
|
392
|
+
# projects/*/locations/*/endpointPolicies/*`.
|
|
393
393
|
# @param [String] fields
|
|
394
394
|
# Selector specifying which fields to include in a partial response.
|
|
395
395
|
# @param [String] quota_user
|
|
@@ -420,7 +420,7 @@ module Google
|
|
|
420
420
|
# Gets details of a single EndpointPolicy.
|
|
421
421
|
# @param [String] name
|
|
422
422
|
# Required. A name of the EndpointPolicy to get. Must be in the format `projects/
|
|
423
|
-
# */locations
|
|
423
|
+
# */locations/*/endpointPolicies/*`.
|
|
424
424
|
# @param [String] fields
|
|
425
425
|
# Selector specifying which fields to include in a partial response.
|
|
426
426
|
# @param [String] quota_user
|
|
@@ -451,7 +451,7 @@ module Google
|
|
|
451
451
|
# Lists EndpointPolicies in a given project and location.
|
|
452
452
|
# @param [String] parent
|
|
453
453
|
# Required. The project and location from which the EndpointPolicies should be
|
|
454
|
-
# listed, specified in the format `projects/*/locations
|
|
454
|
+
# listed, specified in the format `projects/*/locations/*`.
|
|
455
455
|
# @param [Fixnum] page_size
|
|
456
456
|
# Maximum number of EndpointPolicies to return per call.
|
|
457
457
|
# @param [String] page_token
|
|
@@ -495,7 +495,7 @@ module Google
|
|
|
495
495
|
# Updates the parameters of a single EndpointPolicy.
|
|
496
496
|
# @param [String] name
|
|
497
497
|
# Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/`
|
|
498
|
-
# project`/locations
|
|
498
|
+
# project`/locations/*/endpointPolicies/`endpoint_policy``.
|
|
499
499
|
# @param [Google::Apis::NetworkservicesV1beta1::EndpointPolicy] endpoint_policy_object
|
|
500
500
|
# @param [String] update_mask
|
|
501
501
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
|
@@ -785,7 +785,7 @@ module Google
|
|
|
785
785
|
# Creates a new GrpcRoute in a given project and location.
|
|
786
786
|
# @param [String] parent
|
|
787
787
|
# Required. The parent resource of the GrpcRoute. Must be in the format `
|
|
788
|
-
# projects/*/locations
|
|
788
|
+
# projects/*/locations/*`.
|
|
789
789
|
# @param [Google::Apis::NetworkservicesV1beta1::GrpcRoute] grpc_route_object
|
|
790
790
|
# @param [String] grpc_route_id
|
|
791
791
|
# Required. Short name of the GrpcRoute resource to be created.
|
|
@@ -822,7 +822,7 @@ module Google
|
|
|
822
822
|
# Deletes a single GrpcRoute.
|
|
823
823
|
# @param [String] name
|
|
824
824
|
# Required. A name of the GrpcRoute to delete. Must be in the format `projects/*/
|
|
825
|
-
# locations
|
|
825
|
+
# locations/*/grpcRoutes/*`.
|
|
826
826
|
# @param [String] fields
|
|
827
827
|
# Selector specifying which fields to include in a partial response.
|
|
828
828
|
# @param [String] quota_user
|
|
@@ -853,7 +853,7 @@ module Google
|
|
|
853
853
|
# Gets details of a single GrpcRoute.
|
|
854
854
|
# @param [String] name
|
|
855
855
|
# Required. A name of the GrpcRoute to get. Must be in the format `projects/*/
|
|
856
|
-
# locations
|
|
856
|
+
# locations/*/grpcRoutes/*`.
|
|
857
857
|
# @param [String] fields
|
|
858
858
|
# Selector specifying which fields to include in a partial response.
|
|
859
859
|
# @param [String] quota_user
|
|
@@ -884,7 +884,7 @@ module Google
|
|
|
884
884
|
# Lists GrpcRoutes in a given project and location.
|
|
885
885
|
# @param [String] parent
|
|
886
886
|
# Required. The project and location from which the GrpcRoutes should be listed,
|
|
887
|
-
# specified in the format `projects/*/locations
|
|
887
|
+
# specified in the format `projects/*/locations/*`.
|
|
888
888
|
# @param [Fixnum] page_size
|
|
889
889
|
# Maximum number of GrpcRoutes to return per call.
|
|
890
890
|
# @param [String] page_token
|
|
@@ -928,7 +928,7 @@ module Google
|
|
|
928
928
|
# Updates the parameters of a single GrpcRoute.
|
|
929
929
|
# @param [String] name
|
|
930
930
|
# Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
|
|
931
|
-
# locations
|
|
931
|
+
# locations/*/grpcRoutes/`
|
|
932
932
|
# @param [Google::Apis::NetworkservicesV1beta1::GrpcRoute] grpc_route_object
|
|
933
933
|
# @param [String] update_mask
|
|
934
934
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
|
@@ -969,7 +969,7 @@ module Google
|
|
|
969
969
|
# Creates a new HttpRoute in a given project and location.
|
|
970
970
|
# @param [String] parent
|
|
971
971
|
# Required. The parent resource of the HttpRoute. Must be in the format `
|
|
972
|
-
# projects/*/locations
|
|
972
|
+
# projects/*/locations/*`.
|
|
973
973
|
# @param [Google::Apis::NetworkservicesV1beta1::HttpRoute] http_route_object
|
|
974
974
|
# @param [String] http_route_id
|
|
975
975
|
# Required. Short name of the HttpRoute resource to be created.
|
|
@@ -1006,7 +1006,7 @@ module Google
|
|
|
1006
1006
|
# Deletes a single HttpRoute.
|
|
1007
1007
|
# @param [String] name
|
|
1008
1008
|
# Required. A name of the HttpRoute to delete. Must be in the format `projects/*/
|
|
1009
|
-
# locations
|
|
1009
|
+
# locations/*/httpRoutes/*`.
|
|
1010
1010
|
# @param [String] fields
|
|
1011
1011
|
# Selector specifying which fields to include in a partial response.
|
|
1012
1012
|
# @param [String] quota_user
|
|
@@ -1037,7 +1037,7 @@ module Google
|
|
|
1037
1037
|
# Gets details of a single HttpRoute.
|
|
1038
1038
|
# @param [String] name
|
|
1039
1039
|
# Required. A name of the HttpRoute to get. Must be in the format `projects/*/
|
|
1040
|
-
# locations
|
|
1040
|
+
# locations/*/httpRoutes/*`.
|
|
1041
1041
|
# @param [String] fields
|
|
1042
1042
|
# Selector specifying which fields to include in a partial response.
|
|
1043
1043
|
# @param [String] quota_user
|
|
@@ -1068,7 +1068,7 @@ module Google
|
|
|
1068
1068
|
# Lists HttpRoute in a given project and location.
|
|
1069
1069
|
# @param [String] parent
|
|
1070
1070
|
# Required. The project and location from which the HttpRoutes should be listed,
|
|
1071
|
-
# specified in the format `projects/*/locations
|
|
1071
|
+
# specified in the format `projects/*/locations/*`.
|
|
1072
1072
|
# @param [Fixnum] page_size
|
|
1073
1073
|
# Maximum number of HttpRoutes to return per call.
|
|
1074
1074
|
# @param [String] page_token
|
|
@@ -1112,7 +1112,7 @@ module Google
|
|
|
1112
1112
|
# Updates the parameters of a single HttpRoute.
|
|
1113
1113
|
# @param [String] name
|
|
1114
1114
|
# Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
|
|
1115
|
-
# locations
|
|
1115
|
+
# locations/*/httpRoutes/http_route_name>`.
|
|
1116
1116
|
# @param [Google::Apis::NetworkservicesV1beta1::HttpRoute] http_route_object
|
|
1117
1117
|
# @param [String] update_mask
|
|
1118
1118
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
|
@@ -2039,7 +2039,7 @@ module Google
|
|
|
2039
2039
|
# Creates a new Mesh in a given project and location.
|
|
2040
2040
|
# @param [String] parent
|
|
2041
2041
|
# Required. The parent resource of the Mesh. Must be in the format `projects/*/
|
|
2042
|
-
# locations
|
|
2042
|
+
# locations/*`.
|
|
2043
2043
|
# @param [Google::Apis::NetworkservicesV1beta1::Mesh] mesh_object
|
|
2044
2044
|
# @param [String] mesh_id
|
|
2045
2045
|
# Required. Short name of the Mesh resource to be created.
|
|
@@ -2076,7 +2076,7 @@ module Google
|
|
|
2076
2076
|
# Deletes a single Mesh.
|
|
2077
2077
|
# @param [String] name
|
|
2078
2078
|
# Required. A name of the Mesh to delete. Must be in the format `projects/*/
|
|
2079
|
-
# locations
|
|
2079
|
+
# locations/*/meshes/*`.
|
|
2080
2080
|
# @param [String] fields
|
|
2081
2081
|
# Selector specifying which fields to include in a partial response.
|
|
2082
2082
|
# @param [String] quota_user
|
|
@@ -2107,7 +2107,7 @@ module Google
|
|
|
2107
2107
|
# Gets details of a single Mesh.
|
|
2108
2108
|
# @param [String] name
|
|
2109
2109
|
# Required. A name of the Mesh to get. Must be in the format `projects/*/
|
|
2110
|
-
# locations
|
|
2110
|
+
# locations/*/meshes/*`.
|
|
2111
2111
|
# @param [String] fields
|
|
2112
2112
|
# Selector specifying which fields to include in a partial response.
|
|
2113
2113
|
# @param [String] quota_user
|
|
@@ -2138,7 +2138,7 @@ module Google
|
|
|
2138
2138
|
# Lists Meshes in a given project and location.
|
|
2139
2139
|
# @param [String] parent
|
|
2140
2140
|
# Required. The project and location from which the Meshes should be listed,
|
|
2141
|
-
# specified in the format `projects/*/locations
|
|
2141
|
+
# specified in the format `projects/*/locations/*`.
|
|
2142
2142
|
# @param [Fixnum] page_size
|
|
2143
2143
|
# Maximum number of Meshes to return per call.
|
|
2144
2144
|
# @param [String] page_token
|
|
@@ -2182,7 +2182,7 @@ module Google
|
|
|
2182
2182
|
# Updates the parameters of a single Mesh.
|
|
2183
2183
|
# @param [String] name
|
|
2184
2184
|
# Identifier. Name of the Mesh resource. It matches pattern `projects/*/
|
|
2185
|
-
# locations
|
|
2185
|
+
# locations/*/meshes/`.
|
|
2186
2186
|
# @param [Google::Apis::NetworkservicesV1beta1::Mesh] mesh_object
|
|
2187
2187
|
# @param [String] update_mask
|
|
2188
2188
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
|
@@ -2404,6 +2404,13 @@ module Google
|
|
|
2404
2404
|
# The standard list page size.
|
|
2405
2405
|
# @param [String] page_token
|
|
2406
2406
|
# The standard list page token.
|
|
2407
|
+
# @param [Boolean] return_partial_success
|
|
2408
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2409
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
2410
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
2411
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
2412
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
2413
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
2407
2414
|
# @param [String] fields
|
|
2408
2415
|
# Selector specifying which fields to include in a partial response.
|
|
2409
2416
|
# @param [String] quota_user
|
|
@@ -2421,7 +2428,7 @@ module Google
|
|
|
2421
2428
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2422
2429
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2423
2430
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2424
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2431
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2425
2432
|
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
|
|
2426
2433
|
command.response_representation = Google::Apis::NetworkservicesV1beta1::ListOperationsResponse::Representation
|
|
2427
2434
|
command.response_class = Google::Apis::NetworkservicesV1beta1::ListOperationsResponse
|
|
@@ -2429,6 +2436,7 @@ module Google
|
|
|
2429
2436
|
command.query['filter'] = filter unless filter.nil?
|
|
2430
2437
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
2431
2438
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
2439
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
2432
2440
|
command.query['fields'] = fields unless fields.nil?
|
|
2433
2441
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2434
2442
|
execute_or_queue_command(command, &block)
|
|
@@ -2797,7 +2805,7 @@ module Google
|
|
|
2797
2805
|
# Creates a new TcpRoute in a given project and location.
|
|
2798
2806
|
# @param [String] parent
|
|
2799
2807
|
# Required. The parent resource of the TcpRoute. Must be in the format `projects/
|
|
2800
|
-
# */locations
|
|
2808
|
+
# */locations/*`.
|
|
2801
2809
|
# @param [Google::Apis::NetworkservicesV1beta1::TcpRoute] tcp_route_object
|
|
2802
2810
|
# @param [String] tcp_route_id
|
|
2803
2811
|
# Required. Short name of the TcpRoute resource to be created.
|
|
@@ -2834,7 +2842,7 @@ module Google
|
|
|
2834
2842
|
# Deletes a single TcpRoute.
|
|
2835
2843
|
# @param [String] name
|
|
2836
2844
|
# Required. A name of the TcpRoute to delete. Must be in the format `projects/*/
|
|
2837
|
-
# locations
|
|
2845
|
+
# locations/*/tcpRoutes/*`.
|
|
2838
2846
|
# @param [String] fields
|
|
2839
2847
|
# Selector specifying which fields to include in a partial response.
|
|
2840
2848
|
# @param [String] quota_user
|
|
@@ -2865,7 +2873,7 @@ module Google
|
|
|
2865
2873
|
# Gets details of a single TcpRoute.
|
|
2866
2874
|
# @param [String] name
|
|
2867
2875
|
# Required. A name of the TcpRoute to get. Must be in the format `projects/*/
|
|
2868
|
-
# locations
|
|
2876
|
+
# locations/*/tcpRoutes/*`.
|
|
2869
2877
|
# @param [String] fields
|
|
2870
2878
|
# Selector specifying which fields to include in a partial response.
|
|
2871
2879
|
# @param [String] quota_user
|
|
@@ -2896,7 +2904,7 @@ module Google
|
|
|
2896
2904
|
# Lists TcpRoute in a given project and location.
|
|
2897
2905
|
# @param [String] parent
|
|
2898
2906
|
# Required. The project and location from which the TcpRoutes should be listed,
|
|
2899
|
-
# specified in the format `projects/*/locations
|
|
2907
|
+
# specified in the format `projects/*/locations/*`.
|
|
2900
2908
|
# @param [Fixnum] page_size
|
|
2901
2909
|
# Maximum number of TcpRoutes to return per call.
|
|
2902
2910
|
# @param [String] page_token
|
|
@@ -2940,7 +2948,7 @@ module Google
|
|
|
2940
2948
|
# Updates the parameters of a single TcpRoute.
|
|
2941
2949
|
# @param [String] name
|
|
2942
2950
|
# Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
|
|
2943
|
-
# locations
|
|
2951
|
+
# locations/*/tcpRoutes/tcp_route_name>`.
|
|
2944
2952
|
# @param [Google::Apis::NetworkservicesV1beta1::TcpRoute] tcp_route_object
|
|
2945
2953
|
# @param [String] update_mask
|
|
2946
2954
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
|
@@ -2981,7 +2989,7 @@ module Google
|
|
|
2981
2989
|
# Creates a new TlsRoute in a given project and location.
|
|
2982
2990
|
# @param [String] parent
|
|
2983
2991
|
# Required. The parent resource of the TlsRoute. Must be in the format `projects/
|
|
2984
|
-
# */locations
|
|
2992
|
+
# */locations/*`.
|
|
2985
2993
|
# @param [Google::Apis::NetworkservicesV1beta1::TlsRoute] tls_route_object
|
|
2986
2994
|
# @param [String] tls_route_id
|
|
2987
2995
|
# Required. Short name of the TlsRoute resource to be created.
|
|
@@ -3018,7 +3026,7 @@ module Google
|
|
|
3018
3026
|
# Deletes a single TlsRoute.
|
|
3019
3027
|
# @param [String] name
|
|
3020
3028
|
# Required. A name of the TlsRoute to delete. Must be in the format `projects/*/
|
|
3021
|
-
# locations
|
|
3029
|
+
# locations/*/tlsRoutes/*`.
|
|
3022
3030
|
# @param [String] fields
|
|
3023
3031
|
# Selector specifying which fields to include in a partial response.
|
|
3024
3032
|
# @param [String] quota_user
|
|
@@ -3049,7 +3057,7 @@ module Google
|
|
|
3049
3057
|
# Gets details of a single TlsRoute.
|
|
3050
3058
|
# @param [String] name
|
|
3051
3059
|
# Required. A name of the TlsRoute to get. Must be in the format `projects/*/
|
|
3052
|
-
# locations
|
|
3060
|
+
# locations/*/tlsRoutes/*`.
|
|
3053
3061
|
# @param [String] fields
|
|
3054
3062
|
# Selector specifying which fields to include in a partial response.
|
|
3055
3063
|
# @param [String] quota_user
|
|
@@ -3080,7 +3088,7 @@ module Google
|
|
|
3080
3088
|
# Lists TlsRoute in a given project and location.
|
|
3081
3089
|
# @param [String] parent
|
|
3082
3090
|
# Required. The project and location from which the TlsRoutes should be listed,
|
|
3083
|
-
# specified in the format `projects/*/locations
|
|
3091
|
+
# specified in the format `projects/*/locations/*`.
|
|
3084
3092
|
# @param [Fixnum] page_size
|
|
3085
3093
|
# Maximum number of TlsRoutes to return per call.
|
|
3086
3094
|
# @param [String] page_token
|
|
@@ -3124,7 +3132,7 @@ module Google
|
|
|
3124
3132
|
# Updates the parameters of a single TlsRoute.
|
|
3125
3133
|
# @param [String] name
|
|
3126
3134
|
# Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/
|
|
3127
|
-
# locations
|
|
3135
|
+
# locations/*/tlsRoutes/tls_route_name>`.
|
|
3128
3136
|
# @param [Google::Apis::NetworkservicesV1beta1::TlsRoute] tls_route_object
|
|
3129
3137
|
# @param [String] update_mask
|
|
3130
3138
|
# Optional. Field mask is used to specify the fields to be overwritten in the
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkservices_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.61.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.61.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|