google-cloud-vmware_engine-v1 0.11.0 → 1.0.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: b81e9438f36bbfb9d36f7039321e84932907aa816b5e7c8860af0b34f73c73d2
4
- data.tar.gz: ce1575ebe7b83b3fb62cea4e215ee63781af3a30e51636ad525cc48c89a565a3
3
+ metadata.gz: 18bd4cec86ea70227a2f90bf4a828df92605b1e70351671b54fc5bf92512998d
4
+ data.tar.gz: 3a000d4b66e2caa9b31f9057941db8515d1b532f6882157474ec330b04477104
5
5
  SHA512:
6
- metadata.gz: 33ac61d638fb814da0f90c849efde67ecca3382e0f3f70986697c5ba36d472e3958bf51bcedccd3a482b5b87bed14c29df9e4d81e8e07e36c34c2bb4463c66ce
7
- data.tar.gz: cc149e6e8dad566900968ca9e488f3d04383a5e46bb7b1e742d45af06d34424b26f66ca14ac8eb4e66242fb69c6d2d4ee41423ada7c4dc089699b84d007f8435
6
+ metadata.gz: 65c9a4c1c4900c31576c20d9edd21c306e054f499a056d971af827c840400a566a0d5be778a4375cf8fd2755a3cdf85a2d08d3773f0e536a7fdd34cd034d6d49
7
+ data.tar.gz: e802d2f9c2383b072548ee24e8a475b7f5525b60297048398f3cec4bae19944211d10a581edffdabebdf05ca914d2805844bec2a6ec16816322594d6dea47289
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VmwareEngine
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -467,10 +467,10 @@ module Google
467
467
  # descending order based on the `name` value using `orderBy="name desc"`.
468
468
  # Currently, only ordering by `name` is supported.
469
469
  # @yield [result, operation] Access the result along with the TransportOperation object
470
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListPrivateCloudsResponse]
470
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::PrivateCloud>]
471
471
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
472
472
  #
473
- # @return [::Google::Cloud::VmwareEngine::V1::ListPrivateCloudsResponse]
473
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::PrivateCloud>]
474
474
  #
475
475
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
476
476
  #
@@ -522,7 +522,9 @@ module Google
522
522
  retry_policy: @config.retry_policy
523
523
 
524
524
  @vmware_engine_stub.list_private_clouds request, options do |result, operation|
525
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_private_clouds, "private_clouds", request, result, options
525
526
  yield result, operation if block_given?
527
+ throw :response, result
526
528
  end
527
529
  rescue ::Gapic::Rest::Error => e
528
530
  raise ::Google::Cloud::Error.from_error(e)
@@ -1106,10 +1108,10 @@ module Google
1106
1108
  # descending order based on the `name` value using `orderBy="name desc"`.
1107
1109
  # Currently, only ordering by `name` is supported.
1108
1110
  # @yield [result, operation] Access the result along with the TransportOperation object
1109
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListClustersResponse]
1111
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::Cluster>]
1110
1112
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1111
1113
  #
1112
- # @return [::Google::Cloud::VmwareEngine::V1::ListClustersResponse]
1114
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::Cluster>]
1113
1115
  #
1114
1116
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1115
1117
  #
@@ -1161,7 +1163,9 @@ module Google
1161
1163
  retry_policy: @config.retry_policy
1162
1164
 
1163
1165
  @vmware_engine_stub.list_clusters request, options do |result, operation|
1166
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_clusters, "clusters", request, result, options
1164
1167
  yield result, operation if block_given?
1168
+ throw :response, result
1165
1169
  end
1166
1170
  rescue ::Gapic::Rest::Error => e
1167
1171
  raise ::Google::Cloud::Error.from_error(e)
@@ -1815,10 +1819,10 @@ module Google
1815
1819
  # using `orderBy="name desc"`.
1816
1820
  # Currently, only ordering by `name` is supported.
1817
1821
  # @yield [result, operation] Access the result along with the TransportOperation object
1818
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListExternalAddressesResponse]
1822
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::ExternalAddress>]
1819
1823
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1820
1824
  #
1821
- # @return [::Google::Cloud::VmwareEngine::V1::ListExternalAddressesResponse]
1825
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::ExternalAddress>]
1822
1826
  #
1823
1827
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1824
1828
  #
@@ -1870,7 +1874,9 @@ module Google
1870
1874
  retry_policy: @config.retry_policy
1871
1875
 
1872
1876
  @vmware_engine_stub.list_external_addresses request, options do |result, operation|
1877
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_external_addresses, "external_addresses", request, result, options
1873
1878
  yield result, operation if block_given?
1879
+ throw :response, result
1874
1880
  end
1875
1881
  rescue ::Gapic::Rest::Error => e
1876
1882
  raise ::Google::Cloud::Error.from_error(e)
@@ -2442,10 +2448,10 @@ module Google
2442
2448
  # When paginating, all other parameters provided to
2443
2449
  # `ListSubnetsRequest` must match the call that provided the page token.
2444
2450
  # @yield [result, operation] Access the result along with the TransportOperation object
2445
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListSubnetsResponse]
2451
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::Subnet>]
2446
2452
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
2447
2453
  #
2448
- # @return [::Google::Cloud::VmwareEngine::V1::ListSubnetsResponse]
2454
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::Subnet>]
2449
2455
  #
2450
2456
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
2451
2457
  #
@@ -2497,7 +2503,9 @@ module Google
2497
2503
  retry_policy: @config.retry_policy
2498
2504
 
2499
2505
  @vmware_engine_stub.list_subnets request, options do |result, operation|
2506
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_subnets, "subnets", request, result, options
2500
2507
  yield result, operation if block_given?
2508
+ throw :response, result
2501
2509
  end
2502
2510
  rescue ::Gapic::Rest::Error => e
2503
2511
  raise ::Google::Cloud::Error.from_error(e)
@@ -2752,10 +2760,10 @@ module Google
2752
2760
  # using `orderBy="name desc"`.
2753
2761
  # Currently, only ordering by `name` is supported.
2754
2762
  # @yield [result, operation] Access the result along with the TransportOperation object
2755
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListExternalAccessRulesResponse]
2763
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::ExternalAccessRule>]
2756
2764
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
2757
2765
  #
2758
- # @return [::Google::Cloud::VmwareEngine::V1::ListExternalAccessRulesResponse]
2766
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::ExternalAccessRule>]
2759
2767
  #
2760
2768
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
2761
2769
  #
@@ -2807,7 +2815,9 @@ module Google
2807
2815
  retry_policy: @config.retry_policy
2808
2816
 
2809
2817
  @vmware_engine_stub.list_external_access_rules request, options do |result, operation|
2818
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_external_access_rules, "external_access_rules", request, result, options
2810
2819
  yield result, operation if block_given?
2820
+ throw :response, result
2811
2821
  end
2812
2822
  rescue ::Gapic::Rest::Error => e
2813
2823
  raise ::Google::Cloud::Error.from_error(e)
@@ -3302,10 +3312,10 @@ module Google
3302
3312
  # using `orderBy="name desc"`.
3303
3313
  # Currently, only ordering by `name` is supported.
3304
3314
  # @yield [result, operation] Access the result along with the TransportOperation object
3305
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListLoggingServersResponse]
3315
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::LoggingServer>]
3306
3316
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
3307
3317
  #
3308
- # @return [::Google::Cloud::VmwareEngine::V1::ListLoggingServersResponse]
3318
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::LoggingServer>]
3309
3319
  #
3310
3320
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
3311
3321
  #
@@ -3357,7 +3367,9 @@ module Google
3357
3367
  retry_policy: @config.retry_policy
3358
3368
 
3359
3369
  @vmware_engine_stub.list_logging_servers request, options do |result, operation|
3370
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_logging_servers, "logging_servers", request, result, options
3360
3371
  yield result, operation if block_given?
3372
+ throw :response, result
3361
3373
  end
3362
3374
  rescue ::Gapic::Rest::Error => e
3363
3375
  raise ::Google::Cloud::Error.from_error(e)
@@ -3843,10 +3855,10 @@ module Google
3843
3855
  # (name = "standard-72")
3844
3856
  # ```
3845
3857
  # @yield [result, operation] Access the result along with the TransportOperation object
3846
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListNodeTypesResponse]
3858
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::NodeType>]
3847
3859
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
3848
3860
  #
3849
- # @return [::Google::Cloud::VmwareEngine::V1::ListNodeTypesResponse]
3861
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::NodeType>]
3850
3862
  #
3851
3863
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
3852
3864
  #
@@ -3898,7 +3910,9 @@ module Google
3898
3910
  retry_policy: @config.retry_policy
3899
3911
 
3900
3912
  @vmware_engine_stub.list_node_types request, options do |result, operation|
3913
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_node_types, "node_types", request, result, options
3901
3914
  yield result, operation if block_given?
3915
+ throw :response, result
3902
3916
  end
3903
3917
  rescue ::Gapic::Rest::Error => e
3904
3918
  raise ::Google::Cloud::Error.from_error(e)
@@ -4731,10 +4745,10 @@ module Google
4731
4745
  # using `orderBy="name desc"`.
4732
4746
  # Currently, only ordering by `name` is supported.
4733
4747
  # @yield [result, operation] Access the result along with the TransportOperation object
4734
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListNetworkPeeringsResponse]
4748
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::NetworkPeering>]
4735
4749
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
4736
4750
  #
4737
- # @return [::Google::Cloud::VmwareEngine::V1::ListNetworkPeeringsResponse]
4751
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::NetworkPeering>]
4738
4752
  #
4739
4753
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
4740
4754
  #
@@ -4786,7 +4800,9 @@ module Google
4786
4800
  retry_policy: @config.retry_policy
4787
4801
 
4788
4802
  @vmware_engine_stub.list_network_peerings request, options do |result, operation|
4803
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_network_peerings, "network_peerings", request, result, options
4789
4804
  yield result, operation if block_given?
4805
+ throw :response, result
4790
4806
  end
4791
4807
  rescue ::Gapic::Rest::Error => e
4792
4808
  raise ::Google::Cloud::Error.from_error(e)
@@ -5396,10 +5412,10 @@ module Google
5396
5412
  # `ListHcxActivationKeys` must match the call that provided the page
5397
5413
  # token.
5398
5414
  # @yield [result, operation] Access the result along with the TransportOperation object
5399
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListHcxActivationKeysResponse]
5415
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::HcxActivationKey>]
5400
5416
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
5401
5417
  #
5402
- # @return [::Google::Cloud::VmwareEngine::V1::ListHcxActivationKeysResponse]
5418
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::HcxActivationKey>]
5403
5419
  #
5404
5420
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
5405
5421
  #
@@ -5451,7 +5467,9 @@ module Google
5451
5467
  retry_policy: @config.retry_policy
5452
5468
 
5453
5469
  @vmware_engine_stub.list_hcx_activation_keys request, options do |result, operation|
5470
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_hcx_activation_keys, "hcx_activation_keys", request, result, options
5454
5471
  yield result, operation if block_given?
5472
+ throw :response, result
5455
5473
  end
5456
5474
  rescue ::Gapic::Rest::Error => e
5457
5475
  raise ::Google::Cloud::Error.from_error(e)
@@ -5689,10 +5707,10 @@ module Google
5689
5707
  # using `orderBy="name desc"`.
5690
5708
  # Currently, only ordering by `name` is supported.
5691
5709
  # @yield [result, operation] Access the result along with the TransportOperation object
5692
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListNetworkPoliciesResponse]
5710
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::NetworkPolicy>]
5693
5711
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
5694
5712
  #
5695
- # @return [::Google::Cloud::VmwareEngine::V1::ListNetworkPoliciesResponse]
5713
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::NetworkPolicy>]
5696
5714
  #
5697
5715
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
5698
5716
  #
@@ -5744,7 +5762,9 @@ module Google
5744
5762
  retry_policy: @config.retry_policy
5745
5763
 
5746
5764
  @vmware_engine_stub.list_network_policies request, options do |result, operation|
5765
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_network_policies, "network_policies", request, result, options
5747
5766
  yield result, operation if block_given?
5767
+ throw :response, result
5748
5768
  end
5749
5769
  rescue ::Gapic::Rest::Error => e
5750
5770
  raise ::Google::Cloud::Error.from_error(e)
@@ -6171,10 +6191,10 @@ module Google
6171
6191
  # using `orderBy="name desc"`.
6172
6192
  # Currently, only ordering by `name` is supported.
6173
6193
  # @yield [result, operation] Access the result along with the TransportOperation object
6174
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListManagementDnsZoneBindingsResponse]
6194
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding>]
6175
6195
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
6176
6196
  #
6177
- # @return [::Google::Cloud::VmwareEngine::V1::ListManagementDnsZoneBindingsResponse]
6197
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::ManagementDnsZoneBinding>]
6178
6198
  #
6179
6199
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
6180
6200
  #
@@ -6226,7 +6246,9 @@ module Google
6226
6246
  retry_policy: @config.retry_policy
6227
6247
 
6228
6248
  @vmware_engine_stub.list_management_dns_zone_bindings request, options do |result, operation|
6249
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_management_dns_zone_bindings, "management_dns_zone_bindings", request, result, options
6229
6250
  yield result, operation if block_given?
6251
+ throw :response, result
6230
6252
  end
6231
6253
  rescue ::Gapic::Rest::Error => e
6232
6254
  raise ::Google::Cloud::Error.from_error(e)
@@ -7268,10 +7290,10 @@ module Google
7268
7290
  # using `orderBy="name desc"`.
7269
7291
  # Currently, only ordering by `name` is supported.
7270
7292
  # @yield [result, operation] Access the result along with the TransportOperation object
7271
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListVmwareEngineNetworksResponse]
7293
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::VmwareEngineNetwork>]
7272
7294
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
7273
7295
  #
7274
- # @return [::Google::Cloud::VmwareEngine::V1::ListVmwareEngineNetworksResponse]
7296
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::VmwareEngineNetwork>]
7275
7297
  #
7276
7298
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
7277
7299
  #
@@ -7323,7 +7345,9 @@ module Google
7323
7345
  retry_policy: @config.retry_policy
7324
7346
 
7325
7347
  @vmware_engine_stub.list_vmware_engine_networks request, options do |result, operation|
7348
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_vmware_engine_networks, "vmware_engine_networks", request, result, options
7326
7349
  yield result, operation if block_given?
7350
+ throw :response, result
7327
7351
  end
7328
7352
  rescue ::Gapic::Rest::Error => e
7329
7353
  raise ::Google::Cloud::Error.from_error(e)
@@ -7601,10 +7625,10 @@ module Google
7601
7625
  # using `orderBy="name desc"`.
7602
7626
  # Currently, only ordering by `name` is supported.
7603
7627
  # @yield [result, operation] Access the result along with the TransportOperation object
7604
- # @yieldparam result [::Google::Cloud::VmwareEngine::V1::ListPrivateConnectionsResponse]
7628
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::PrivateConnection>]
7605
7629
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
7606
7630
  #
7607
- # @return [::Google::Cloud::VmwareEngine::V1::ListPrivateConnectionsResponse]
7631
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::VmwareEngine::V1::PrivateConnection>]
7608
7632
  #
7609
7633
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
7610
7634
  #
@@ -7656,7 +7680,9 @@ module Google
7656
7680
  retry_policy: @config.retry_policy
7657
7681
 
7658
7682
  @vmware_engine_stub.list_private_connections request, options do |result, operation|
7683
+ result = ::Gapic::Rest::PagedEnumerable.new @vmware_engine_stub, :list_private_connections, "private_connections", request, result, options
7659
7684
  yield result, operation if block_given?
7685
+ throw :response, result
7660
7686
  end
7661
7687
  rescue ::Gapic::Rest::Error => e
7662
7688
  raise ::Google::Cloud::Error.from_error(e)
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +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.11.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.6.2
153
+ rubygems_version: 3.6.3
154
154
  specification_version: 4
155
155
  summary: The Google VMware Engine API lets you programmatically manage VMware environments.
156
156
  test_files: []