mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
fix: migrate videointelligence/v1 to grpc_service_config
PiperOrigin-RevId: 316965262
This commit is contained in:
parent
923b983673
commit
c00a3bc9d0
2 changed files with 2 additions and 10 deletions
|
|
@ -60,6 +60,7 @@ java_gapic_library(
|
|||
name = "videointelligence_java_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
package = "google.cloud.videointelligence.v1",
|
||||
service_yaml = "videointelligence_v1.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -186,6 +187,7 @@ py_gapic_library(
|
|||
name = "videointelligence_py_gapic",
|
||||
src = ":videointelligence_proto_with_info",
|
||||
gapic_yaml = "videointelligence_gapic.yaml",
|
||||
grpc_service_config = "videointelligence_grpc_service_config.json",
|
||||
package = "google.cloud.videointelligence.v1",
|
||||
service_yaml = "videointelligence_v1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -24,18 +24,8 @@ interfaces:
|
|||
init_fields:
|
||||
- input_uri=gs://cloud-samples-data/video/cat.mp4
|
||||
- features[0]=LABEL_DETECTION
|
||||
retry_params_def:
|
||||
- name: default
|
||||
initial_retry_delay_millis: 1000
|
||||
retry_delay_multiplier: 2.5
|
||||
max_retry_delay_millis: 120000
|
||||
initial_rpc_timeout_millis: 120000
|
||||
rpc_timeout_multiplier: 1
|
||||
max_rpc_timeout_millis: 120000
|
||||
total_timeout_millis: 600000
|
||||
methods:
|
||||
- name: AnnotateVideo
|
||||
retry_codes_name: idempotent
|
||||
long_running:
|
||||
initial_poll_delay_millis: 20000
|
||||
poll_delay_multiplier: 1.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue