google-apis-networkservices_v1beta1 0.67.0 → 0.68.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: 2140a34876854925521dc7cfd2a0af0810744213daad8e7b6a7776cfc504605f
4
- data.tar.gz: a4de9ec18c17aeba377e27584ecea5ce3625417421f160886c0baffe3c2651d6
3
+ metadata.gz: '0387ab24b58ce3525fe6c5d515ec0ef6440a1119fcf5a79bf298f68720f39b41'
4
+ data.tar.gz: 17a6a375f8024230fda6ea6b20b791a8329ca50cdd8f27e04cb9cca71de200b8
5
5
  SHA512:
6
- metadata.gz: 46f8079b8d36c80081e5ef292b87026fa020e90d4f8c2766da0e74aac3ab3c600ca1651d51d56b13ac1a90147ec33e6977593b80b6d7f41c4fbfe5f54f6a90a6
7
- data.tar.gz: 117c7c0986f84f294eb287470ed3c739e066a5da1ec9194c30811f5142f33a92f3389ce170228f5a359188850ec26770b6a129dc49220a211ba5354e61ea0b3e
6
+ metadata.gz: 24a06966ffcc06806482276796eaa4371d6c49fca36f1aabd9fc798095b4551a1cbfc4c3b9221449475a0ff64183cd282e66b1eb17443e610089bad7cec4a9fa
7
+ data.tar.gz: de24ff777c69d3a463a402d76087b671dc78f9a82d4a017366e185148b5f0372a094ba7e07dc4be2774a781345e02f35f6d3ba83467ed113e23a8370d14dd2d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.68.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260424
6
+
3
7
  ### v0.67.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260407
@@ -256,6 +256,12 @@ module Google
256
256
  # @return [String]
257
257
  attr_accessor :resource_uri
258
258
 
259
+ # Optional. List of supported Google Cloud networking proxies in the Project and
260
+ # Location. resource_uris is mutually exclusive with resource_uri.
261
+ # Corresponds to the JSON property `resourceUris`
262
+ # @return [Array<String>]
263
+ attr_accessor :resource_uris
264
+
259
265
  def initialize(**args)
260
266
  update!(**args)
261
267
  end
@@ -263,6 +269,7 @@ module Google
263
269
  # Update properties of this object
264
270
  def update!(**args)
265
271
  @resource_uri = args[:resource_uri] if args.key?(:resource_uri)
272
+ @resource_uris = args[:resource_uris] if args.key?(:resource_uris)
266
273
  end
267
274
  end
268
275
 
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.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 = "20260407"
25
+ REVISION = "20260424"
26
26
  end
27
27
  end
28
28
  end
@@ -714,6 +714,7 @@ module Google
714
714
  # @private
715
715
  class Representation < Google::Apis::Core::JsonRepresentation
716
716
  property :resource_uri, as: 'resourceUri'
717
+ collection :resource_uris, as: 'resourceUris'
717
718
  end
718
719
  end
719
720
 
@@ -82,8 +82,8 @@ module Google
82
82
  end
83
83
 
84
84
  # Lists information about the supported locations for this service. This method
85
- # lists locations based on the resource scope provided in the [
86
- # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
85
+ # lists locations based on the resource scope provided in the
86
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
87
87
  # the method lists the public locations available to all projects. * **Project-
88
88
  # specific locations**: If `name` follows the format `projects/`project``, the
89
89
  # method lists locations visible to that specific project. This includes public,
@@ -94,8 +94,8 @@ module Google
94
94
  # @param [String] name
95
95
  # The resource that owns the locations collection, if applicable.
96
96
  # @param [Array<String>, String] extra_location_types
97
- # Optional. Do not use this field. It is unsupported and is ignored unless
98
- # explicitly documented otherwise. This is primarily for internal usage.
97
+ # Optional. Do not use this field unless explicitly documented otherwise. This
98
+ # is primarily for internal usage.
99
99
  # @param [String] filter
100
100
  # A filter to narrow down results to a preferred subset. The filtering language
101
101
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1169,6 +1169,8 @@ module Google
1169
1169
  # @param [Google::Apis::NetworkservicesV1beta1::HttpRoute] http_route_object
1170
1170
  # @param [String] http_route_id
1171
1171
  # Required. Short name of the HttpRoute resource to be created.
1172
+ # @param [String] request_id
1173
+ # Optional. Idempotent request UUID.
1172
1174
  # @param [String] fields
1173
1175
  # Selector specifying which fields to include in a partial response.
1174
1176
  # @param [String] quota_user
@@ -1186,7 +1188,7 @@ module Google
1186
1188
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1187
1189
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1188
1190
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1189
- def create_project_location_http_route(parent, http_route_object = nil, http_route_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1191
+ def create_project_location_http_route(parent, http_route_object = nil, http_route_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1190
1192
  command = make_simple_command(:post, 'v1beta1/{+parent}/httpRoutes', options)
1191
1193
  command.request_representation = Google::Apis::NetworkservicesV1beta1::HttpRoute::Representation
1192
1194
  command.request_object = http_route_object
@@ -1194,6 +1196,7 @@ module Google
1194
1196
  command.response_class = Google::Apis::NetworkservicesV1beta1::Operation
1195
1197
  command.params['parent'] = parent unless parent.nil?
1196
1198
  command.query['httpRouteId'] = http_route_id unless http_route_id.nil?
1199
+ command.query['requestId'] = request_id unless request_id.nil?
1197
1200
  command.query['fields'] = fields unless fields.nil?
1198
1201
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1199
1202
  execute_or_queue_command(command, &block)
@@ -1265,6 +1268,8 @@ module Google
1265
1268
  # @param [String] parent
1266
1269
  # Required. The project and location from which the HttpRoutes should be listed,
1267
1270
  # specified in the format `projects/*/locations/*`.
1271
+ # @param [String] filter
1272
+ # Optional. Filter expression to restrict the list.
1268
1273
  # @param [Fixnum] page_size
1269
1274
  # Maximum number of HttpRoutes to return per call.
1270
1275
  # @param [String] page_token
@@ -1292,11 +1297,12 @@ module Google
1292
1297
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1293
1298
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1294
1299
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1295
- def list_project_location_http_routes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1300
+ def list_project_location_http_routes(parent, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1296
1301
  command = make_simple_command(:get, 'v1beta1/{+parent}/httpRoutes', options)
1297
1302
  command.response_representation = Google::Apis::NetworkservicesV1beta1::ListHttpRoutesResponse::Representation
1298
1303
  command.response_class = Google::Apis::NetworkservicesV1beta1::ListHttpRoutesResponse
1299
1304
  command.params['parent'] = parent unless parent.nil?
1305
+ command.query['filter'] = filter unless filter.nil?
1300
1306
  command.query['pageSize'] = page_size unless page_size.nil?
1301
1307
  command.query['pageToken'] = page_token unless page_token.nil?
1302
1308
  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.67.0
4
+ version: 0.68.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.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.68.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: