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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d20a2fa7fa5c90f6fdf04b35f2936d7822a61a87c708c52eb3bebb3c2f1db059
|
|
4
|
+
data.tar.gz: e1b1b6469aa7634953121cce58ab68ad2fd7bbdd0dcf5d0eb2c45d9c8a846ccc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a42d4a908edc83881b3d86354250bc7375a5bac7c387b57e1abfe77ec46c01136ae378e8cc4a58304c9649a8b296239f849b9afe7bf1833284a43cf9cdaa662e
|
|
7
|
+
data.tar.gz: d2c06ddcdae0ba32f8b5a3eea2420469b78d7690cbd8e463eb66af5b1ee31ee64e04de9754780aad3582e2a0677746a7b6dac54f4d174ce6f2a976746a0f5629
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
966
|
-
#
|
|
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
|
-
#
|
|
978
|
-
# the
|
|
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.
|
|
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 = "
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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:
|