google-apis-networkmanagement_v1 0.75.0 → 0.76.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: 6ae96a207de74c35ec99969c7f6f39694b003085493cfdf73dc6802c514a26f5
4
- data.tar.gz: f7497bfc5bccf88f2d020ccd96d4400bb26f0131280b2cf94cca4c2244b057f9
3
+ metadata.gz: d20a2fa7fa5c90f6fdf04b35f2936d7822a61a87c708c52eb3bebb3c2f1db059
4
+ data.tar.gz: e1b1b6469aa7634953121cce58ab68ad2fd7bbdd0dcf5d0eb2c45d9c8a846ccc
5
5
  SHA512:
6
- metadata.gz: 11f103fe2f9cd849e18a629fd8417f5a8348c577d5306e5b3ecb225556328f9cb7dce0a1609e7026999351f70dcba1805a3699fd88212763b67d2befc3df9b25
7
- data.tar.gz: 2cbce576742994441b40fc1fa55ad54a0b532c82416c794870059964fe4ddae48b4e4c29d7eea2ac7702bb08dba37d9c70682b7516151bd7a3a1e28dba2c93ca
6
+ metadata.gz: a42d4a908edc83881b3d86354250bc7375a5bac7c387b57e1abfe77ec46c01136ae378e8cc4a58304c9649a8b296239f849b9afe7bf1833284a43cf9cdaa662e
7
+ data.tar.gz: d2c06ddcdae0ba32f8b5a3eea2420469b78d7690cbd8e463eb66af5b1ee31ee64e04de9754780aad3582e2a0677746a7b6dac54f4d174ce6f2a976746a0f5629
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.76.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260114
6
+
3
7
  ### v0.75.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260110
@@ -957,13 +957,14 @@ module Google
957
957
  # @return [String]
958
958
  attr_accessor :load_balancer_type
959
959
 
960
- # A VPC network URI.
960
+ # A VPC network URI. Used according to the `network_type`. Relevant only for the
961
+ # source endpoints.
961
962
  # Corresponds to the JSON property `network`
962
963
  # @return [String]
963
964
  attr_accessor :network
964
965
 
965
- # Type of the network where the endpoint is located. Applicable only to source
966
- # endpoint, as destination network type can be inferred from the source.
966
+ # Type of the network where the endpoint is located. Relevant only for the
967
+ # source endpoints.
967
968
  # Corresponds to the JSON property `networkType`
968
969
  # @return [String]
969
970
  attr_accessor :network_type
@@ -974,13 +975,8 @@ module Google
974
975
  # @return [Fixnum]
975
976
  attr_accessor :port
976
977
 
977
- # Project ID where the endpoint is located. The project ID can be derived from
978
- # the URI if you provide a endpoint or network URI. The following are two cases
979
- # where you may need to provide the project ID: 1. Only the IP address is
980
- # specified, and the IP address is within a Google Cloud project. 2. When you
981
- # are using Shared VPC and the IP address that you provide is from the service
982
- # project. In this case, the network that the IP address resides in is defined
983
- # in the host project.
978
+ # Endpoint project ID. Used according to the `network_type`. Relevant only for
979
+ # the source endpoints.
984
980
  # Corresponds to the JSON property `projectId`
985
981
  # @return [String]
986
982
  attr_accessor :project_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.76.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 = "20260110"
25
+ REVISION = "20260114"
26
26
  end
27
27
  end
28
28
  end
@@ -157,7 +157,7 @@ module Google
157
157
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
158
158
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
159
159
  # @raise [Google::Apis::AuthorizationError] Authorization is required
160
- def cancel_organization_location_operation(name, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
160
+ def cancel_organization_location_global_operation(name, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
161
161
  command = make_simple_command(:post, 'v1/{+name}:cancel', options)
162
162
  command.request_representation = Google::Apis::NetworkmanagementV1::CancelOperationRequest::Representation
163
163
  command.request_object = cancel_operation_request_object
@@ -192,7 +192,7 @@ module Google
192
192
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
193
193
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
194
194
  # @raise [Google::Apis::AuthorizationError] Authorization is required
195
- def delete_organization_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
195
+ def delete_organization_location_global_operation(name, fields: nil, quota_user: nil, options: nil, &block)
196
196
  command = make_simple_command(:delete, 'v1/{+name}', options)
197
197
  command.response_representation = Google::Apis::NetworkmanagementV1::Empty::Representation
198
198
  command.response_class = Google::Apis::NetworkmanagementV1::Empty
@@ -223,7 +223,7 @@ module Google
223
223
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
224
224
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
225
225
  # @raise [Google::Apis::AuthorizationError] Authorization is required
226
- def get_organization_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
226
+ def get_organization_location_global_operation(name, fields: nil, quota_user: nil, options: nil, &block)
227
227
  command = make_simple_command(:get, 'v1/{+name}', options)
228
228
  command.response_representation = Google::Apis::NetworkmanagementV1::Operation::Representation
229
229
  command.response_class = Google::Apis::NetworkmanagementV1::Operation
@@ -268,7 +268,7 @@ module Google
268
268
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
269
269
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
270
270
  # @raise [Google::Apis::AuthorizationError] Authorization is required
271
- def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
271
+ def list_organization_location_global_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
272
272
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
273
273
  command.response_representation = Google::Apis::NetworkmanagementV1::ListOperationsResponse::Representation
274
274
  command.response_class = Google::Apis::NetworkmanagementV1::ListOperationsResponse
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.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-networkmanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.76.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: