google-cloud-ai_platform-v1 0.30.0 → 0.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/dataset_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/endpoint_service/client.rb +12 -1
- data/lib/google/cloud/ai_platform/v1/endpoint_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/featurestore_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/index_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/index_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/job_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/job_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/match_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/metadata_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/migration_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/migration_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/model_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/pipeline_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/pipeline_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/schedule_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/schedule_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/operations.rb +10 -1
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vizier_service/client.rb +48 -2
- data/lib/google/cloud/ai_platform/v1/vizier_service/operations.rb +10 -1
- data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/index_pb.rb +3 -1
- data/lib/google/cloud/aiplatform/v1/study_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/vizier_service_pb.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb +2 -0
- data/proto_docs/google/cloud/aiplatform/v1/index.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +5 -0
- data/proto_docs/google/cloud/aiplatform/v1/study.rb +21 -0
- data/proto_docs/google/cloud/aiplatform/v1/vizier_service.rb +38 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a9c9842b290132b7a1c37921490ffc787f2d4c9cc221aa50a6d3134af02ff06
|
4
|
+
data.tar.gz: 8ffb9423ddec5d6dfc24ef9ceec65e8c5c68b0c54fc6aef22898a2921b725e0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
@@ -418,6 +419,7 @@ module Google
|
|
418
419
|
# * A key including a space must be quoted. `labels."a key"`.
|
419
420
|
#
|
420
421
|
# Some examples:
|
422
|
+
#
|
421
423
|
# * `endpoint=1`
|
422
424
|
# * `displayName="myDisplayName"`
|
423
425
|
# * `labels.myKey="myValue"`
|
@@ -436,6 +438,7 @@ module Google
|
|
436
438
|
# A comma-separated list of fields to order by, sorted in ascending order.
|
437
439
|
# Use "desc" after a field name for descending.
|
438
440
|
# Supported fields:
|
441
|
+
#
|
439
442
|
# * `display_name`
|
440
443
|
# * `create_time`
|
441
444
|
# * `update_time`
|
@@ -1148,6 +1151,14 @@ module Google
|
|
1148
1151
|
end
|
1149
1152
|
end
|
1150
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
|
+
|
1151
1162
|
##
|
1152
1163
|
# Configuration RPC class for the EndpointService API.
|
1153
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
|
#
|