google-cloud-ai_platform-v1 0.64.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: 59d39866543de13a2603476ae4ee5e16c48929b62540d4238fc9d8bc5b81fe1e
4
- data.tar.gz: c28cca2b263460ff30c209963dd5bc0f2ce7f67500df9a6b813bae9fcdf1362a
3
+ metadata.gz: 21af4c5619b77c23db846a4b3e585569147f9e3d22ab86df891bd4500ae8ccd3
4
+ data.tar.gz: ef4e2e7eeb7541bf881b46e1fec65185012f1840d10d22d1b286276c272e7376
5
5
  SHA512:
6
- metadata.gz: 771de137bb940d73e8832729ff14fa013b99ba634068e37250ab23ee3a9c7af985c385da8adc0e7aee6c46a218634ec5158e6573a55ea4f353b3da9f8c4d6c99
7
- data.tar.gz: 790f0c2859a724dea0f7d613630d9758dae2357a528522855045c2021bf7ec6b74e2d33c811313e5aa009fd3908f1e79c85cbcf4a101eda35096105841ff2192
6
+ metadata.gz: 0401dbde09bf694c7c9fc54c05a2d81febeb60a30fc7b663518401d6146909a22e0d8d519b7261787399b4b9031891ec1877e481e5ff091824a41c3910c7700d
7
+ data.tar.gz: e45e39fc32ca47d4396ef0ae6d5173eb28d08694ca9c3dbe84a9fd4c0f1d8c304a5b250cecd3ca222831625c291856caccafe0d08775293b831d5e9e41b6d370
@@ -712,10 +712,10 @@ module Google
712
712
  # `QueryDeployedModels` must match the call that provided the page
713
713
  # token.
714
714
  # @yield [result, operation] Access the result along with the TransportOperation object
715
- # @yieldparam result [::Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse]
715
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AIPlatform::V1::DeployedModel>]
716
716
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
717
717
  #
718
- # @return [::Google::Cloud::AIPlatform::V1::QueryDeployedModelsResponse]
718
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::AIPlatform::V1::DeployedModel>]
719
719
  #
720
720
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
721
721
  #
@@ -767,7 +767,9 @@ module Google
767
767
  retry_policy: @config.retry_policy
768
768
 
769
769
  @deployment_resource_pool_service_stub.query_deployed_models request, options do |result, operation|
770
+ result = ::Gapic::Rest::PagedEnumerable.new @deployment_resource_pool_service_stub, :query_deployed_models, "deployed_models", request, result, options
770
771
  yield result, operation if block_given?
772
+ throw :response, result
771
773
  end
772
774
  rescue ::Gapic::Rest::Error => e
773
775
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AIPlatform
23
23
  module V1
24
- VERSION = "0.64.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ai_platform-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.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-31 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