google-apis-networkservices_v1beta1 0.77.0 → 0.78.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae5c066fb8d726bd2a7a3fa6edf40735ac05b71a69a960cfe71292d262275010
|
|
4
|
+
data.tar.gz: 04c4b0cf2b5b0d737e81306cf0d6b50059653b11ec55c63706c9ebfa039c4e8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 494916d94508f565f067a5f64a5ba5bfa8aa7f99f297f05be5f64f89b18e64895b6884ace4db8aba93153e7fca2187067dfe51253c13e69b76a2e5227a89e268
|
|
7
|
+
data.tar.gz: a310618c0d661a122c52751baad2281a854c7812a302fccf58790e79130419ad01ca1441302e848f90de9155fe98ed9e9678fb42f628e1226ab1cb8258633731
|
data/CHANGELOG.md
CHANGED
|
@@ -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.78.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260901"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -431,6 +431,10 @@ module Google
|
|
|
431
431
|
# @param [String] parent
|
|
432
432
|
# Required. The project and location from which the AgentGateways should be
|
|
433
433
|
# listed, specified in the format `projects/*/locations/*`.
|
|
434
|
+
# @param [String] filter
|
|
435
|
+
# Optional. A filter expression to filter the results listed in the response.
|
|
436
|
+
# The expression must follow the syntax described in [AIP-160](https://google.
|
|
437
|
+
# aip.dev/160).
|
|
434
438
|
# @param [Fixnum] page_size
|
|
435
439
|
# Optional. Maximum number of AgentGateways to return per call.
|
|
436
440
|
# @param [String] page_token
|
|
@@ -458,11 +462,12 @@ module Google
|
|
|
458
462
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
459
463
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
460
464
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
461
|
-
def list_project_location_agent_gateways(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
465
|
+
def list_project_location_agent_gateways(parent, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
462
466
|
command = make_simple_command(:get, 'v1beta1/{+parent}/agentGateways', options)
|
|
463
467
|
command.response_representation = Google::Apis::NetworkservicesV1beta1::ListAgentGatewaysResponse::Representation
|
|
464
468
|
command.response_class = Google::Apis::NetworkservicesV1beta1::ListAgentGatewaysResponse
|
|
465
469
|
command.params['parent'] = parent unless parent.nil?
|
|
470
|
+
command.query['filter'] = filter unless filter.nil?
|
|
466
471
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
467
472
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
468
473
|
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
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.78.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.78.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:
|