google-cloud-vmware_engine-v1 0.10.0 → 0.11.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/vmware_engine/v1/version.rb +1 -1
- data/lib/google/cloud/vmware_engine/v1/vmware_engine/client.rb +7 -0
- data/lib/google/cloud/vmware_engine/v1/vmware_engine/operations.rb +7 -0
- data/lib/google/cloud/vmware_engine/v1/vmware_engine/rest/client.rb +7 -0
- data/lib/google/cloud/vmware_engine/v1/vmware_engine/rest/operations.rb +7 -0
- data/proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb +14 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b81e9438f36bbfb9d36f7039321e84932907aa816b5e7c8860af0b34f73c73d2
|
4
|
+
data.tar.gz: ce1575ebe7b83b3fb62cea4e215ee63781af3a30e51636ad525cc48c89a565a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33ac61d638fb814da0f90c849efde67ecca3382e0f3f70986697c5ba36d472e3958bf51bcedccd3a482b5b87bed14c29df9e4d81e8e07e36c34c2bb4463c66ce
|
7
|
+
data.tar.gz: cc149e6e8dad566900968ca9e488f3d04383a5e46bb7b1e742d45af06d34424b26f66ca14ac8eb4e66242fb69c6d2d4ee41423ada7c4dc089699b84d007f8435
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -8882,6 +8882,13 @@ module Google
|
|
8882
8882
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
8883
8883
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
8884
8884
|
# * (`nil`) indicating no credentials
|
8885
|
+
#
|
8886
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
8887
|
+
# external source for authentication to Google Cloud, you must validate it before
|
8888
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
8889
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
8890
|
+
# For more information, refer to [Validate credential configurations from external
|
8891
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
8885
8892
|
# @return [::Object]
|
8886
8893
|
# @!attribute [rw] scope
|
8887
8894
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -8331,6 +8331,13 @@ module Google
|
|
8331
8331
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
8332
8332
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
8333
8333
|
# * (`nil`) indicating no credentials
|
8334
|
+
#
|
8335
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
8336
|
+
# external source for authentication to Google Cloud, you must validate it before
|
8337
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
8338
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
8339
|
+
# For more information, refer to [Validate credential configurations from external
|
8340
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
8334
8341
|
# @return [::Object]
|
8335
8342
|
# @!attribute [rw] scope
|
8336
8343
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -542,9 +542,13 @@ module Google
|
|
542
542
|
# @!attribute [rw] ip_address
|
543
543
|
# @return [::String]
|
544
544
|
# A single IP address. For example: `10.0.0.5`.
|
545
|
+
#
|
546
|
+
# Note: The following fields are mutually exclusive: `ip_address`, `ip_address_range`, `external_address`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
545
547
|
# @!attribute [rw] ip_address_range
|
546
548
|
# @return [::String]
|
547
549
|
# An IP address range in the CIDR format. For example: `10.0.0.0/24`.
|
550
|
+
#
|
551
|
+
# Note: The following fields are mutually exclusive: `ip_address_range`, `ip_address`, `external_address`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
548
552
|
# @!attribute [rw] external_address
|
549
553
|
# @return [::String]
|
550
554
|
# The name of an `ExternalAddress` resource. The external address must
|
@@ -553,6 +557,8 @@ module Google
|
|
553
557
|
# `projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}`.
|
554
558
|
# For example:
|
555
559
|
# `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`.
|
560
|
+
#
|
561
|
+
# Note: The following fields are mutually exclusive: `external_address`, `ip_address`, `ip_address_range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
556
562
|
class IpRange
|
557
563
|
include ::Google::Protobuf::MessageExts
|
558
564
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1327,12 +1333,16 @@ module Google
|
|
1327
1333
|
# Specify the name in the following form for consumer
|
1328
1334
|
# VPC network: `projects/{project}/global/networks/{network_id}`.
|
1329
1335
|
# `{project}` can either be a project number or a project ID.
|
1336
|
+
#
|
1337
|
+
# Note: The following fields are mutually exclusive: `vpc_network`, `vmware_engine_network`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1330
1338
|
# @!attribute [rw] vmware_engine_network
|
1331
1339
|
# @return [::String]
|
1332
1340
|
# Network to bind is a VMware Engine network.
|
1333
1341
|
# Specify the name in the following form for VMware engine network:
|
1334
1342
|
# `projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}`.
|
1335
1343
|
# `{project}` can either be a project number or a project ID.
|
1344
|
+
#
|
1345
|
+
# Note: The following fields are mutually exclusive: `vmware_engine_network`, `vpc_network`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1336
1346
|
# @!attribute [r] uid
|
1337
1347
|
# @return [::String]
|
1338
1348
|
# Output only. System-generated unique identifier for the resource.
|
@@ -1663,9 +1673,13 @@ module Google
|
|
1663
1673
|
# @!attribute [rw] user
|
1664
1674
|
# @return [::String]
|
1665
1675
|
# The user who needs to be granted permission.
|
1676
|
+
#
|
1677
|
+
# Note: The following fields are mutually exclusive: `user`, `service_account`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1666
1678
|
# @!attribute [rw] service_account
|
1667
1679
|
# @return [::String]
|
1668
1680
|
# The service account which needs to be granted the permission.
|
1681
|
+
#
|
1682
|
+
# Note: The following fields are mutually exclusive: `service_account`, `user`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
1669
1683
|
class Principal
|
1670
1684
|
include ::Google::Protobuf::MessageExts
|
1671
1685
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vmware_engine-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -137,7 +136,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
137
136
|
licenses:
|
138
137
|
- Apache-2.0
|
139
138
|
metadata: {}
|
140
|
-
post_install_message:
|
141
139
|
rdoc_options: []
|
142
140
|
require_paths:
|
143
141
|
- lib
|
@@ -145,15 +143,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
145
143
|
requirements:
|
146
144
|
- - ">="
|
147
145
|
- !ruby/object:Gem::Version
|
148
|
-
version: '
|
146
|
+
version: '3.0'
|
149
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
150
148
|
requirements:
|
151
149
|
- - ">="
|
152
150
|
- !ruby/object:Gem::Version
|
153
151
|
version: '0'
|
154
152
|
requirements: []
|
155
|
-
rubygems_version: 3.
|
156
|
-
signing_key:
|
153
|
+
rubygems_version: 3.6.2
|
157
154
|
specification_version: 4
|
158
155
|
summary: The Google VMware Engine API lets you programmatically manage VMware environments.
|
159
156
|
test_files: []
|