google-apis-vmwareengine_v1 0.2.0 → 0.3.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: baa440cbf5ec5b7756dbfb9f06f7e28a5cb9db5835407cc1281ee4c3ad956f0b
|
|
4
|
+
data.tar.gz: f654afb67565a574d30109cf4c43ecbc8c4307d8ddb695c094b86223e875e1c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a363b5f33bf18630384b69b843a878b734ed9962c74bdb2f9e44e6d70cb98386689a682de4af0cfb793c193956def320a5da7dc2647a68e2882baaab1807d102
|
|
7
|
+
data.tar.gz: 90fc01e8bf8f7f76ad15ba335a1345b47821ac011cc939d437c986cf6cbdfa506f3d14a7568c74751203011034acf4f203ab1d584a9986eeb454126359e39a4c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-vmwareengine_v1
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2024-01-22)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240112
|
|
6
|
+
* Regenerated using generator version 0.13.0
|
|
7
|
+
|
|
3
8
|
### v0.2.0 (2023-11-05)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20231025
|
|
@@ -132,21 +132,43 @@ module Google
|
|
|
132
132
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
|
133
133
|
# email address that represents a Google group. For example, `admins@example.com`
|
|
134
134
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
|
135
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
|
136
|
-
#
|
|
137
|
-
#
|
|
138
|
-
#
|
|
139
|
-
#
|
|
140
|
-
#
|
|
141
|
-
#
|
|
142
|
-
#
|
|
135
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
|
136
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
|
137
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
|
138
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
|
139
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
|
140
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
|
141
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
|
142
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
|
143
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
|
144
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
|
145
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
|
146
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
|
147
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
|
148
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
|
149
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
|
150
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
|
151
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
|
152
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
|
153
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
|
154
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
|
155
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
|
156
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
|
157
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
|
158
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
|
159
|
+
# address (plus unique identifier) representing a service account that has been
|
|
160
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
|
143
161
|
# 123456789012345678901`. If the service account is undeleted, this value
|
|
144
162
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
|
145
163
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
|
146
164
|
# An email address (plus unique identifier) representing a Google group that has
|
|
147
165
|
# been recently deleted. For example, `admins@example.com?uid=
|
|
148
166
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
|
149
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
|
167
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
|
168
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
|
169
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
|
170
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
|
171
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
|
150
172
|
# Corresponds to the JSON property `members`
|
|
151
173
|
# @return [Array<String>]
|
|
152
174
|
attr_accessor :members
|
|
@@ -269,10 +291,10 @@ module Google
|
|
|
269
291
|
|
|
270
292
|
# Required. Output only. The name of the resource which stores the users/service
|
|
271
293
|
# accounts having the permission to bind to the corresponding intranet VPC of
|
|
272
|
-
# the consumer project. DnsBindPermission is a global resource
|
|
273
|
-
# are schemeless URIs that follow the conventions
|
|
274
|
-
# apis/design/resource_names. For example: `projects/
|
|
275
|
-
# dnsBindPermission`
|
|
294
|
+
# the consumer project. DnsBindPermission is a global resource and location can
|
|
295
|
+
# only be global. Resource names are schemeless URIs that follow the conventions
|
|
296
|
+
# in https://cloud.google.com/apis/design/resource_names. For example: `projects/
|
|
297
|
+
# my-project/locations/global/dnsBindPermission`
|
|
276
298
|
# Corresponds to the JSON property `name`
|
|
277
299
|
# @return [String]
|
|
278
300
|
attr_accessor :name
|
|
@@ -1710,9 +1732,10 @@ module Google
|
|
|
1710
1732
|
attr_accessor :import_custom_routes_with_public_ip
|
|
1711
1733
|
alias_method :import_custom_routes_with_public_ip?, :import_custom_routes_with_public_ip
|
|
1712
1734
|
|
|
1713
|
-
# Output only. The resource name of the network peering.
|
|
1714
|
-
#
|
|
1715
|
-
#
|
|
1735
|
+
# Output only. The resource name of the network peering. NetworkPeering is a
|
|
1736
|
+
# global resource and location can only be global. Resource names are scheme-
|
|
1737
|
+
# less URIs that follow the conventions in https://cloud.google.com/apis/design/
|
|
1738
|
+
# resource_names. For example: `projects/my-project/locations/global/
|
|
1716
1739
|
# networkPeerings/my-peering`
|
|
1717
1740
|
# Corresponds to the JSON property `name`
|
|
1718
1741
|
# @return [String]
|
|
@@ -2009,6 +2032,17 @@ module Google
|
|
|
2009
2032
|
# @return [String]
|
|
2010
2033
|
attr_accessor :display_name
|
|
2011
2034
|
|
|
2035
|
+
# Output only. Families of the node type. For node types to be in the same
|
|
2036
|
+
# cluster they must share at least one element in the `families`.
|
|
2037
|
+
# Corresponds to the JSON property `families`
|
|
2038
|
+
# @return [Array<String>]
|
|
2039
|
+
attr_accessor :families
|
|
2040
|
+
|
|
2041
|
+
# Output only. The type of the resource.
|
|
2042
|
+
# Corresponds to the JSON property `kind`
|
|
2043
|
+
# @return [String]
|
|
2044
|
+
attr_accessor :kind
|
|
2045
|
+
|
|
2012
2046
|
# Output only. The amount of physical memory available, defined in GB.
|
|
2013
2047
|
# Corresponds to the JSON property `memoryGb`
|
|
2014
2048
|
# @return [Fixnum]
|
|
@@ -2048,6 +2082,8 @@ module Google
|
|
|
2048
2082
|
@capabilities = args[:capabilities] if args.key?(:capabilities)
|
|
2049
2083
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
2050
2084
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2085
|
+
@families = args[:families] if args.key?(:families)
|
|
2086
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
2051
2087
|
@memory_gb = args[:memory_gb] if args.key?(:memory_gb)
|
|
2052
2088
|
@name = args[:name] if args.key?(:name)
|
|
2053
2089
|
@node_type_id = args[:node_type_id] if args.key?(:node_type_id)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module VmwareengineV1
|
|
18
18
|
# Version of the google-apis-vmwareengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.13.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240112"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -925,6 +925,8 @@ module Google
|
|
|
925
925
|
collection :capabilities, as: 'capabilities'
|
|
926
926
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
927
927
|
property :display_name, as: 'displayName'
|
|
928
|
+
collection :families, as: 'families'
|
|
929
|
+
property :kind, as: 'kind'
|
|
928
930
|
property :memory_gb, as: 'memoryGb'
|
|
929
931
|
property :name, as: 'name'
|
|
930
932
|
property :node_type_id, as: 'nodeTypeId'
|
|
@@ -33,6 +33,8 @@ module Google
|
|
|
33
33
|
#
|
|
34
34
|
# @see https://cloud.google.com/solutions/vmware-as-a-service
|
|
35
35
|
class VMwareEngineService < Google::Apis::Core::BaseService
|
|
36
|
+
DEFAULT_ENDPOINT_TEMPLATE = "https://vmwareengine.$UNIVERSE_DOMAIN$/"
|
|
37
|
+
|
|
36
38
|
# @return [String]
|
|
37
39
|
# API key. Your API key identifies your project and provides you with API access,
|
|
38
40
|
# quota, and reports. Required unless you provide an OAuth 2.0 token.
|
|
@@ -44,7 +46,7 @@ module Google
|
|
|
44
46
|
attr_accessor :quota_user
|
|
45
47
|
|
|
46
48
|
def initialize
|
|
47
|
-
super(
|
|
49
|
+
super(DEFAULT_ENDPOINT_TEMPLATE, '',
|
|
48
50
|
client_name: 'google-apis-vmwareengine_v1',
|
|
49
51
|
client_version: Google::Apis::VmwareengineV1::GEM_VERSION)
|
|
50
52
|
@batch_path = 'batch'
|
|
@@ -80,19 +82,16 @@ module Google
|
|
|
80
82
|
execute_or_queue_command(command, &block)
|
|
81
83
|
end
|
|
82
84
|
|
|
83
|
-
#
|
|
85
|
+
# Gets all the principals having bind permission on the intranet VPC associated
|
|
86
|
+
# with the consumer project granted by the Grant API. DnsBindPermission is a
|
|
87
|
+
# global resource and location can only be global.
|
|
84
88
|
# @param [String] name
|
|
85
|
-
# The resource
|
|
86
|
-
#
|
|
87
|
-
#
|
|
88
|
-
#
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
# The maximum number of results to return. If not set, the service selects a
|
|
92
|
-
# default.
|
|
93
|
-
# @param [String] page_token
|
|
94
|
-
# A page token received from the `next_page_token` field in the response. Send
|
|
95
|
-
# that page token to receive the subsequent page.
|
|
89
|
+
# Required. The name of the resource which stores the users/service accounts
|
|
90
|
+
# having the permission to bind to the corresponding intranet VPC of the
|
|
91
|
+
# consumer project. DnsBindPermission is a global resource. Resource names are
|
|
92
|
+
# schemeless URIs that follow the conventions in https://cloud.google.com/apis/
|
|
93
|
+
# design/resource_names. For example: `projects/my-project/locations/global/
|
|
94
|
+
# dnsBindPermission`
|
|
96
95
|
# @param [String] fields
|
|
97
96
|
# Selector specifying which fields to include in a partial response.
|
|
98
97
|
# @param [String] quota_user
|
|
@@ -102,36 +101,37 @@ module Google
|
|
|
102
101
|
# Request-specific options
|
|
103
102
|
#
|
|
104
103
|
# @yield [result, err] Result & error if block supplied
|
|
105
|
-
# @yieldparam result [Google::Apis::VmwareengineV1::
|
|
104
|
+
# @yieldparam result [Google::Apis::VmwareengineV1::DnsBindPermission] parsed result object
|
|
106
105
|
# @yieldparam err [StandardError] error object if request failed
|
|
107
106
|
#
|
|
108
|
-
# @return [Google::Apis::VmwareengineV1::
|
|
107
|
+
# @return [Google::Apis::VmwareengineV1::DnsBindPermission]
|
|
109
108
|
#
|
|
110
109
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
111
110
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
112
111
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
113
|
-
def
|
|
114
|
-
command = make_simple_command(:get, 'v1/{+name}
|
|
115
|
-
command.response_representation = Google::Apis::VmwareengineV1::
|
|
116
|
-
command.response_class = Google::Apis::VmwareengineV1::
|
|
112
|
+
def get_project_location_dns_bind_permission(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
113
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
114
|
+
command.response_representation = Google::Apis::VmwareengineV1::DnsBindPermission::Representation
|
|
115
|
+
command.response_class = Google::Apis::VmwareengineV1::DnsBindPermission
|
|
117
116
|
command.params['name'] = name unless name.nil?
|
|
118
|
-
command.query['filter'] = filter unless filter.nil?
|
|
119
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
|
120
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
|
121
117
|
command.query['fields'] = fields unless fields.nil?
|
|
122
118
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
123
119
|
execute_or_queue_command(command, &block)
|
|
124
120
|
end
|
|
125
121
|
|
|
126
|
-
#
|
|
127
|
-
# with the consumer project granted by the Grant API.
|
|
122
|
+
# Lists information about the supported locations for this service.
|
|
128
123
|
# @param [String] name
|
|
129
|
-
#
|
|
130
|
-
#
|
|
131
|
-
#
|
|
132
|
-
#
|
|
133
|
-
#
|
|
134
|
-
#
|
|
124
|
+
# The resource that owns the locations collection, if applicable.
|
|
125
|
+
# @param [String] filter
|
|
126
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
127
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
128
|
+
# in [AIP-160](https://google.aip.dev/160).
|
|
129
|
+
# @param [Fixnum] page_size
|
|
130
|
+
# The maximum number of results to return. If not set, the service selects a
|
|
131
|
+
# default.
|
|
132
|
+
# @param [String] page_token
|
|
133
|
+
# A page token received from the `next_page_token` field in the response. Send
|
|
134
|
+
# that page token to receive the subsequent page.
|
|
135
135
|
# @param [String] fields
|
|
136
136
|
# Selector specifying which fields to include in a partial response.
|
|
137
137
|
# @param [String] quota_user
|
|
@@ -141,19 +141,22 @@ module Google
|
|
|
141
141
|
# Request-specific options
|
|
142
142
|
#
|
|
143
143
|
# @yield [result, err] Result & error if block supplied
|
|
144
|
-
# @yieldparam result [Google::Apis::VmwareengineV1::
|
|
144
|
+
# @yieldparam result [Google::Apis::VmwareengineV1::ListLocationsResponse] parsed result object
|
|
145
145
|
# @yieldparam err [StandardError] error object if request failed
|
|
146
146
|
#
|
|
147
|
-
# @return [Google::Apis::VmwareengineV1::
|
|
147
|
+
# @return [Google::Apis::VmwareengineV1::ListLocationsResponse]
|
|
148
148
|
#
|
|
149
149
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
150
150
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
151
151
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
152
|
-
def
|
|
153
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
154
|
-
command.response_representation = Google::Apis::VmwareengineV1::
|
|
155
|
-
command.response_class = Google::Apis::VmwareengineV1::
|
|
152
|
+
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
153
|
+
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
|
154
|
+
command.response_representation = Google::Apis::VmwareengineV1::ListLocationsResponse::Representation
|
|
155
|
+
command.response_class = Google::Apis::VmwareengineV1::ListLocationsResponse
|
|
156
156
|
command.params['name'] = name unless name.nil?
|
|
157
|
+
command.query['filter'] = filter unless filter.nil?
|
|
158
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
|
159
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
|
157
160
|
command.query['fields'] = fields unless fields.nil?
|
|
158
161
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
159
162
|
execute_or_queue_command(command, &block)
|
|
@@ -161,7 +164,8 @@ module Google
|
|
|
161
164
|
|
|
162
165
|
# Grants the bind permission to the customer provided principal(user / service
|
|
163
166
|
# account) to bind their DNS zone with the intranet VPC associated with the
|
|
164
|
-
# project.
|
|
167
|
+
# project. DnsBindPermission is a global resource and location can only be
|
|
168
|
+
# global.
|
|
165
169
|
# @param [String] name
|
|
166
170
|
# Required. The name of the resource which stores the users/service accounts
|
|
167
171
|
# having the permission to bind to the corresponding intranet VPC of the
|
|
@@ -201,6 +205,7 @@ module Google
|
|
|
201
205
|
|
|
202
206
|
# Revokes the bind permission from the customer provided principal(user /
|
|
203
207
|
# service account) on the intranet VPC associated with the consumer project.
|
|
208
|
+
# DnsBindPermission is a global resource and location can only be global.
|
|
204
209
|
# @param [String] name
|
|
205
210
|
# Required. The name of the resource which stores the users/service accounts
|
|
206
211
|
# having the permission to bind to the corresponding intranet VPC of the
|
|
@@ -239,7 +244,8 @@ module Google
|
|
|
239
244
|
end
|
|
240
245
|
|
|
241
246
|
# Creates a new network peering between the peer network and VMware Engine
|
|
242
|
-
# network provided in a `NetworkPeering` resource.
|
|
247
|
+
# network provided in a `NetworkPeering` resource. NetworkPeering is a global
|
|
248
|
+
# resource and location can only be global.
|
|
243
249
|
# @param [String] parent
|
|
244
250
|
# Required. The resource name of the location to create the new network peering
|
|
245
251
|
# in. This value is always `global`, because `NetworkPeering` is a global
|
|
@@ -284,7 +290,7 @@ module Google
|
|
|
284
290
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
285
291
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
286
292
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
287
|
-
def
|
|
293
|
+
def create_project_location_network_peering(parent, network_peering_object = nil, network_peering_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
288
294
|
command = make_simple_command(:post, 'v1/{+parent}/networkPeerings', options)
|
|
289
295
|
command.request_representation = Google::Apis::VmwareengineV1::NetworkPeering::Representation
|
|
290
296
|
command.request_object = network_peering_object
|
|
@@ -300,7 +306,8 @@ module Google
|
|
|
300
306
|
|
|
301
307
|
# Deletes a `NetworkPeering` resource. When a network peering is deleted for a
|
|
302
308
|
# VMware Engine network, the peer network becomes inaccessible to that VMware
|
|
303
|
-
# Engine network.
|
|
309
|
+
# Engine network. NetworkPeering is a global resource and location can only be
|
|
310
|
+
# global.
|
|
304
311
|
# @param [String] name
|
|
305
312
|
# Required. The resource name of the network peering to be deleted. Resource
|
|
306
313
|
# names are schemeless URIs that follow the conventions in https://cloud.google.
|
|
@@ -335,7 +342,7 @@ module Google
|
|
|
335
342
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
336
343
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
337
344
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
338
|
-
def
|
|
345
|
+
def delete_project_location_network_peering(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
339
346
|
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
340
347
|
command.response_representation = Google::Apis::VmwareengineV1::Operation::Representation
|
|
341
348
|
command.response_class = Google::Apis::VmwareengineV1::Operation
|
|
@@ -348,7 +355,8 @@ module Google
|
|
|
348
355
|
|
|
349
356
|
# Retrieves a `NetworkPeering` resource by its resource name. The resource
|
|
350
357
|
# contains details of the network peering, such as peered networks, import and
|
|
351
|
-
# export custom route configurations, and peering state.
|
|
358
|
+
# export custom route configurations, and peering state. NetworkPeering is a
|
|
359
|
+
# global resource and location can only be global.
|
|
352
360
|
# @param [String] name
|
|
353
361
|
# Required. The resource name of the network peering to retrieve. Resource names
|
|
354
362
|
# are schemeless URIs that follow the conventions in https://cloud.google.com/
|
|
@@ -371,7 +379,7 @@ module Google
|
|
|
371
379
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
372
380
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
373
381
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
374
|
-
def
|
|
382
|
+
def get_project_location_network_peering(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
375
383
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
376
384
|
command.response_representation = Google::Apis::VmwareengineV1::NetworkPeering::Representation
|
|
377
385
|
command.response_class = Google::Apis::VmwareengineV1::NetworkPeering
|
|
@@ -381,7 +389,8 @@ module Google
|
|
|
381
389
|
execute_or_queue_command(command, &block)
|
|
382
390
|
end
|
|
383
391
|
|
|
384
|
-
# Lists `NetworkPeering` resources in a given project.
|
|
392
|
+
# Lists `NetworkPeering` resources in a given project. NetworkPeering is a
|
|
393
|
+
# global resource and location can only be global.
|
|
385
394
|
# @param [String] parent
|
|
386
395
|
# Required. The resource name of the location (global) to query for network
|
|
387
396
|
# peerings. Resource names are schemeless URIs that follow the conventions in
|
|
@@ -430,7 +439,7 @@ module Google
|
|
|
430
439
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
431
440
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
432
441
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
433
|
-
def
|
|
442
|
+
def list_project_location_network_peerings(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
434
443
|
command = make_simple_command(:get, 'v1/{+parent}/networkPeerings', options)
|
|
435
444
|
command.response_representation = Google::Apis::VmwareengineV1::ListNetworkPeeringsResponse::Representation
|
|
436
445
|
command.response_class = Google::Apis::VmwareengineV1::ListNetworkPeeringsResponse
|
|
@@ -445,11 +454,13 @@ module Google
|
|
|
445
454
|
end
|
|
446
455
|
|
|
447
456
|
# Modifies a `NetworkPeering` resource. Only the `description` field can be
|
|
448
|
-
# updated. Only fields specified in `updateMask` are applied.
|
|
457
|
+
# updated. Only fields specified in `updateMask` are applied. NetworkPeering is
|
|
458
|
+
# a global resource and location can only be global.
|
|
449
459
|
# @param [String] name
|
|
450
|
-
# Output only. The resource name of the network peering.
|
|
451
|
-
#
|
|
452
|
-
#
|
|
460
|
+
# Output only. The resource name of the network peering. NetworkPeering is a
|
|
461
|
+
# global resource and location can only be global. Resource names are scheme-
|
|
462
|
+
# less URIs that follow the conventions in https://cloud.google.com/apis/design/
|
|
463
|
+
# resource_names. For example: `projects/my-project/locations/global/
|
|
453
464
|
# networkPeerings/my-peering`
|
|
454
465
|
# @param [Google::Apis::VmwareengineV1::NetworkPeering] network_peering_object
|
|
455
466
|
# @param [String] request_id
|
|
@@ -487,7 +498,7 @@ module Google
|
|
|
487
498
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
488
499
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
489
500
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
490
|
-
def
|
|
501
|
+
def patch_project_location_network_peering(name, network_peering_object = nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
491
502
|
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
492
503
|
command.request_representation = Google::Apis::VmwareengineV1::NetworkPeering::Representation
|
|
493
504
|
command.request_object = network_peering_object
|
|
@@ -502,6 +513,7 @@ module Google
|
|
|
502
513
|
end
|
|
503
514
|
|
|
504
515
|
# Lists the network peering routes exchanged over a peering connection.
|
|
516
|
+
# NetworkPeering is a global resource and location can only be global.
|
|
505
517
|
# @param [String] parent
|
|
506
518
|
# Required. The resource name of the network peering to retrieve peering routes
|
|
507
519
|
# from. Resource names are schemeless URIs that follow the conventions in https:/
|
|
@@ -539,7 +551,7 @@ module Google
|
|
|
539
551
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
540
552
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
541
553
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
542
|
-
def
|
|
554
|
+
def list_project_location_network_peering_peering_routes(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
543
555
|
command = make_simple_command(:get, 'v1/{+parent}/peeringRoutes', options)
|
|
544
556
|
command.response_representation = Google::Apis::VmwareengineV1::ListPeeringRoutesResponse::Representation
|
|
545
557
|
command.response_class = Google::Apis::VmwareengineV1::ListPeeringRoutesResponse
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-vmwareengine_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.12.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.12.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmwareengine_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmwareengine_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmwareengine_v1/v0.3.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmwareengine_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.
|
|
78
|
+
rubygems_version: 3.5.3
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for VMware Engine API V1
|