google-cloud-ai_platform-v1 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +10 -1
  3. data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +10 -1
  4. data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +10 -1
  5. data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +10 -1
  6. data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +10 -1
  7. data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +10 -1
  8. data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +10 -1
  9. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +10 -1
  10. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +10 -1
  11. data/lib/google/cloud/ai_platform/v1/index_service/client.rb +10 -1
  12. data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +10 -1
  13. data/lib/google/cloud/ai_platform/v1/job_service/client.rb +10 -1
  14. data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +10 -1
  15. data/lib/google/cloud/ai_platform/v1/match_service/client.rb +10 -1
  16. data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +10 -1
  17. data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +10 -1
  18. data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +10 -1
  19. data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +10 -1
  20. data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +10 -1
  21. data/lib/google/cloud/ai_platform/v1/model_service/client.rb +10 -1
  22. data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +10 -1
  23. data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +10 -1
  24. data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +10 -1
  25. data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +10 -1
  26. data/lib/google/cloud/ai_platform/v1/schedule_service/client.rb +10 -1
  27. data/lib/google/cloud/ai_platform/v1/schedule_service/operations.rb +10 -1
  28. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +10 -1
  29. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +10 -1
  30. data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +10 -1
  31. data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +10 -1
  32. data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
  33. data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +10 -1
  34. data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +10 -1
  35. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 999ec08dcf43139dee74bcef9ff785045962cbb6b6150207e22f3e86f1e9dff4
4
- data.tar.gz: a72fc37138aa505a53fc60f4e6149a938997bfe1fb292552da90930fe4340155
3
+ metadata.gz: 5a9c9842b290132b7a1c37921490ffc787f2d4c9cc221aa50a6d3134af02ff06
4
+ data.tar.gz: 8ffb9423ddec5d6dfc24ef9ceec65e8c5c68b0c54fc6aef22898a2921b725e0c
5
5
  SHA512:
6
- metadata.gz: c9170f25afa999fe294268cdc3ead8cf5f3872a1dc1b0a44d48936e89b3778d431f9e45f91db5d1919c3db79140264d7b719bce95e7824fbdd83335f422ae8e6
7
- data.tar.gz: 1bcc1a30812b885bec55b71b4b11a48354ef2a11157c1279efc3be5eca94c169d375983c0b7a2692d8be360339a8d34318316be6cb158fab78c4f82ce918a4a6
6
+ metadata.gz: 4eb8c8ecea4c9cb0bb938f3893188300c36e6e87b9c8ebe6f26f2fe328560a275235f42bd7a5fa7d57085a2e7f5da93cf20eb856fe88f8b2c867de1413339ea5
7
+ data.tar.gz: 9b6dae375eab185698d6a54f4928319b391e2a6ff6fc29c19078eb48f0a0cbac5c6daaa1ce48b698b461b8340725d629b4367d1604cd97ba09f63421c03a6028
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -1634,6 +1635,14 @@ module Google
1634
1635
  end
1635
1636
  end
1636
1637
 
1638
+ ##
1639
+ # Configuration for the channel pool
1640
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1641
+ #
1642
+ def channel_pool
1643
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1644
+ end
1645
+
1637
1646
  ##
1638
1647
  # Configuration RPC class for the DatasetService API.
1639
1648
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -1150,6 +1151,14 @@ module Google
1150
1151
  end
1151
1152
  end
1152
1153
 
1154
+ ##
1155
+ # Configuration for the channel pool
1156
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1157
+ #
1158
+ def channel_pool
1159
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1160
+ end
1161
+
1153
1162
  ##
1154
1163
  # Configuration RPC class for the EndpointService API.
1155
1164
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -152,7 +152,8 @@ module Google
152
152
  credentials: credentials,
153
153
  endpoint: @config.endpoint,
154
154
  channel_args: @config.channel_args,
155
- interceptors: @config.interceptors
155
+ interceptors: @config.interceptors,
156
+ channel_pool_config: @config.channel_pool
156
157
  )
157
158
  end
158
159
 
@@ -587,6 +588,14 @@ module Google
587
588
  end
588
589
  end
589
590
 
591
+ ##
592
+ # Configuration for the channel pool
593
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
594
+ #
595
+ def channel_pool
596
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
597
+ end
598
+
590
599
  ##
591
600
  # Configuration RPC class for the FeaturestoreOnlineServingService API.
592
601
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -2676,6 +2677,14 @@ module Google
2676
2677
  end
2677
2678
  end
2678
2679
 
2680
+ ##
2681
+ # Configuration for the channel pool
2682
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
2683
+ #
2684
+ def channel_pool
2685
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
2686
+ end
2687
+
2679
2688
  ##
2680
2689
  # Configuration RPC class for the FeaturestoreService API.
2681
2690
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -1088,6 +1089,14 @@ module Google
1088
1089
  end
1089
1090
  end
1090
1091
 
1092
+ ##
1093
+ # Configuration for the channel pool
1094
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1095
+ #
1096
+ def channel_pool
1097
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1098
+ end
1099
+
1091
1100
  ##
1092
1101
  # Configuration RPC class for the IndexEndpointService API.
1093
1102
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -964,6 +965,14 @@ module Google
964
965
  end
965
966
  end
966
967
 
968
+ ##
969
+ # Configuration for the channel pool
970
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
971
+ #
972
+ def channel_pool
973
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
974
+ end
975
+
967
976
  ##
968
977
  # Configuration RPC class for the IndexService API.
969
978
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -3751,6 +3752,14 @@ module Google
3751
3752
  end
3752
3753
  end
3753
3754
 
3755
+ ##
3756
+ # Configuration for the channel pool
3757
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3758
+ #
3759
+ def channel_pool
3760
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3761
+ end
3762
+
3754
3763
  ##
3755
3764
  # Configuration RPC class for the JobService API.
3756
3765
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -153,7 +153,8 @@ module Google
153
153
  credentials: credentials,
154
154
  endpoint: @config.endpoint,
155
155
  channel_args: @config.channel_args,
156
- interceptors: @config.interceptors
156
+ interceptors: @config.interceptors,
157
+ channel_pool_config: @config.channel_pool
157
158
  )
158
159
  end
159
160
 
@@ -485,6 +486,14 @@ module Google
485
486
  end
486
487
  end
487
488
 
489
+ ##
490
+ # Configuration for the channel pool
491
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
492
+ #
493
+ def channel_pool
494
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
495
+ end
496
+
488
497
  ##
489
498
  # Configuration RPC class for the MatchService API.
490
499
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -3547,6 +3548,14 @@ module Google
3547
3548
  end
3548
3549
  end
3549
3550
 
3551
+ ##
3552
+ # Configuration for the channel pool
3553
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3554
+ #
3555
+ def channel_pool
3556
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3557
+ end
3558
+
3550
3559
  ##
3551
3560
  # Configuration RPC class for the MetadataService API.
3552
3561
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -159,7 +159,8 @@ module Google
159
159
  credentials: credentials,
160
160
  endpoint: @config.endpoint,
161
161
  channel_args: @config.channel_args,
162
- interceptors: @config.interceptors
162
+ interceptors: @config.interceptors,
163
+ channel_pool_config: @config.channel_pool
163
164
  )
164
165
  end
165
166
 
@@ -517,6 +518,14 @@ module Google
517
518
  end
518
519
  end
519
520
 
521
+ ##
522
+ # Configuration for the channel pool
523
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
524
+ #
525
+ def channel_pool
526
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
527
+ end
528
+
520
529
  ##
521
530
  # Configuration RPC class for the MigrationService API.
522
531
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -152,7 +152,8 @@ module Google
152
152
  credentials: credentials,
153
153
  endpoint: @config.endpoint,
154
154
  channel_args: @config.channel_args,
155
- interceptors: @config.interceptors
155
+ interceptors: @config.interceptors,
156
+ channel_pool_config: @config.channel_pool
156
157
  )
157
158
  end
158
159
 
@@ -383,6 +384,14 @@ module Google
383
384
  end
384
385
  end
385
386
 
387
+ ##
388
+ # Configuration for the channel pool
389
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
390
+ #
391
+ def channel_pool
392
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
393
+ end
394
+
386
395
  ##
387
396
  # Configuration RPC class for the ModelGardenService API.
388
397
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -2138,6 +2139,14 @@ module Google
2138
2139
  end
2139
2140
  end
2140
2141
 
2142
+ ##
2143
+ # Configuration for the channel pool
2144
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
2145
+ #
2146
+ def channel_pool
2147
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
2148
+ end
2149
+
2141
2150
  ##
2142
2151
  # Configuration RPC class for the ModelService API.
2143
2152
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -160,7 +160,8 @@ module Google
160
160
  credentials: credentials,
161
161
  endpoint: @config.endpoint,
162
162
  channel_args: @config.channel_args,
163
- interceptors: @config.interceptors
163
+ interceptors: @config.interceptors,
164
+ channel_pool_config: @config.channel_pool
164
165
  )
165
166
  end
166
167
 
@@ -1327,6 +1328,14 @@ module Google
1327
1328
  end
1328
1329
  end
1329
1330
 
1331
+ ##
1332
+ # Configuration for the channel pool
1333
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1334
+ #
1335
+ def channel_pool
1336
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1337
+ end
1338
+
1330
1339
  ##
1331
1340
  # Configuration RPC class for the PipelineService API.
1332
1341
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -152,7 +152,8 @@ module Google
152
152
  credentials: credentials,
153
153
  endpoint: @config.endpoint,
154
154
  channel_args: @config.channel_args,
155
- interceptors: @config.interceptors
155
+ interceptors: @config.interceptors,
156
+ channel_pool_config: @config.channel_pool
156
157
  )
157
158
  end
158
159
 
@@ -728,6 +729,14 @@ module Google
728
729
  end
729
730
  end
730
731
 
732
+ ##
733
+ # Configuration for the channel pool
734
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
735
+ #
736
+ def channel_pool
737
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
738
+ end
739
+
731
740
  ##
732
741
  # Configuration RPC class for the PredictionService API.
733
742
  #
@@ -159,7 +159,8 @@ module Google
159
159
  credentials: credentials,
160
160
  endpoint: @config.endpoint,
161
161
  channel_args: @config.channel_args,
162
- interceptors: @config.interceptors
162
+ interceptors: @config.interceptors,
163
+ channel_pool_config: @config.channel_pool
163
164
  )
164
165
  end
165
166
 
@@ -1014,6 +1015,14 @@ module Google
1014
1015
  end
1015
1016
  end
1016
1017
 
1018
+ ##
1019
+ # Configuration for the channel pool
1020
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1021
+ #
1022
+ def channel_pool
1023
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1024
+ end
1025
+
1017
1026
  ##
1018
1027
  # Configuration RPC class for the ScheduleService API.
1019
1028
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -163,7 +163,8 @@ module Google
163
163
  credentials: credentials,
164
164
  endpoint: @config.endpoint,
165
165
  channel_args: @config.channel_args,
166
- interceptors: @config.interceptors
166
+ interceptors: @config.interceptors,
167
+ channel_pool_config: @config.channel_pool
167
168
  )
168
169
  end
169
170
 
@@ -787,6 +788,14 @@ module Google
787
788
  end
788
789
  end
789
790
 
791
+ ##
792
+ # Configuration for the channel pool
793
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
794
+ #
795
+ def channel_pool
796
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
797
+ end
798
+
790
799
  ##
791
800
  # Configuration RPC class for the SpecialistPoolService API.
792
801
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -158,7 +158,8 @@ module Google
158
158
  credentials: credentials,
159
159
  endpoint: @config.endpoint,
160
160
  channel_args: @config.channel_args,
161
- interceptors: @config.interceptors
161
+ interceptors: @config.interceptors,
162
+ channel_pool_config: @config.channel_pool
162
163
  )
163
164
  end
164
165
 
@@ -3188,6 +3189,14 @@ module Google
3188
3189
  end
3189
3190
  end
3190
3191
 
3192
+ ##
3193
+ # Configuration for the channel pool
3194
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3195
+ #
3196
+ def channel_pool
3197
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3198
+ end
3199
+
3191
3200
  ##
3192
3201
  # Configuration RPC class for the TensorboardService API.
3193
3202
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AIPlatform
23
23
  module V1
24
- VERSION = "0.31.0"
24
+ VERSION = "0.32.0"
25
25
  end
26
26
  end
27
27
  end
@@ -162,7 +162,8 @@ module Google
162
162
  credentials: credentials,
163
163
  endpoint: @config.endpoint,
164
164
  channel_args: @config.channel_args,
165
- interceptors: @config.interceptors
165
+ interceptors: @config.interceptors,
166
+ channel_pool_config: @config.channel_pool
166
167
  )
167
168
  end
168
169
 
@@ -1718,6 +1719,14 @@ module Google
1718
1719
  end
1719
1720
  end
1720
1721
 
1722
+ ##
1723
+ # Configuration for the channel pool
1724
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1725
+ #
1726
+ def channel_pool
1727
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1728
+ end
1729
+
1721
1730
  ##
1722
1731
  # Configuration RPC class for the VizierService API.
1723
1732
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -709,6 +710,14 @@ module Google
709
710
  end
710
711
  end
711
712
 
713
+ ##
714
+ # Configuration for the channel pool
715
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
716
+ #
717
+ def channel_pool
718
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
719
+ end
720
+
712
721
  ##
713
722
  # Configuration RPC class for the Operations API.
714
723
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ai_platform-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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: 2023-09-07 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.19.1
19
+ version: 0.20.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.19.1
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a