google-cloud-vmware_engine-v1 0.9.2 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.9.2
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: 2024-12-05 00:00:00.000000000 Z
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.21.1
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.21.1
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: '2.7'
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.5.23
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: []