Skip to content

Commit 2d51c27

Browse files
Google APIscopybara-github
authored andcommitted
feat: Enables generation of client libraries for C#, php and ruby.
PiperOrigin-RevId: 383957820
1 parent 41b50a3 commit 2d51c27

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/video/transcoder/v1/services.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ import "google/api/resource.proto";
2323
import "google/cloud/video/transcoder/v1/resources.proto";
2424
import "google/protobuf/empty.proto";
2525

26+
option csharp_namespace = "Google.Cloud.Video.Transcoder.V1";
2627
option go_package = "google.golang.org/genproto/googleapis/cloud/video/transcoder/v1;transcoder";
2728
option java_multiple_files = true;
2829
option java_outer_classname = "ServicesProto";
2930
option java_package = "com.google.cloud.video.transcoder.v1";
31+
option php_namespace = "Google\\Cloud\\Video\\Transcoder\\V1";
32+
option ruby_package = "Google::Cloud::Video::Transcoder::V1";
3033

3134
// Using the Transcoder API, you can queue asynchronous jobs for transcoding
3235
// media into various output formats. Output formats may include different

google/cloud/video/transcoder/v1/transcoder_v1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ backend:
1515
rules:
1616
- selector: 'google.cloud.video.transcoder.v1.TranscoderService.*'
1717
deadline: 30.0
18+
- selector: 'google.longrunning.Operations.*'
19+
deadline: 30.0
1820

1921
authentication:
2022
rules:

0 commit comments

Comments
 (0)