Skip to content

Commit 22381dc

Browse files
chore(video-transcoder-v1beta1): Fix indentation and add library_type field to metadata
1 parent ca40d97 commit 22381dc

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

google-cloud-video-transcoder-v1beta1/.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"name_pretty": "Transcoder V1beta1 API",
88
"product_documentation": "https://cloud.google.com/transcoder/",
99
"repo": "googleapis/google-cloud-ruby",
10-
"requires_billing": true
10+
"requires_billing": true,
11+
"library_type": "GAPIC_AUTO"
1112
}

google-cloud-video-transcoder-v1beta1/lib/google/cloud/video/transcoder/v1beta1/transcoder_service/client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def self.configure
7474
default_config.timeout = 60.0
7575
default_config.retry_policy = {
7676
initial_delay: 1.0,
77-
max_delay: 10.0,
78-
multiplier: 1.3,
79-
retry_codes: [14]
77+
max_delay: 10.0,
78+
multiplier: 1.3,
79+
retry_codes: [14]
8080
}
8181

8282
default_config.rpcs.create_job.timeout = 60.0

google-cloud-video-transcoder-v1beta1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
7-
"sha": "1f1a1998cc05b5a534df903c8030d249d967c128"
7+
"sha": "0b121e312b5d421e591de64beebe4fb04c170549"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)