File tree Expand file tree Collapse file tree
google/cloud/video/transcoder/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,13 @@ import "google/api/resource.proto";
2323import "google/cloud/video/transcoder/v1/resources.proto" ;
2424import "google/protobuf/empty.proto" ;
2525
26+ option csharp_namespace = "Google.Cloud.Video.Transcoder.V1" ;
2627option go_package = "google.golang.org/genproto/googleapis/cloud/video/transcoder/v1;transcoder" ;
2728option java_multiple_files = true ;
2829option java_outer_classname = "ServicesProto" ;
2930option 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
Original file line number Diff line number Diff 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
1921authentication :
2022 rules :
You can’t perform that action at this time.
0 commit comments