Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix(ruby): Fix Ruby namespace for videointelligence/v1p3beta1 (#700)
Browse files Browse the repository at this point in the history
* fix(ruby)!: Fix Ruby namespace for videointelligence/v1p3beta1

PiperOrigin-RevId: 399448269

Source-Link: googleapis/googleapis@f75ccc2

Source-Link: googleapis/googleapis-gen@6e2de21
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmUyZGUyMTkwYzM4YjFlMTg4NTIzZjI4ZjRkMzJmOTU4ZDJhZDI0NCJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 5, 2021
1 parent b41f524 commit 6e62409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -577,14 +577,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "ligence.v1p3beta1.StreamingAnnotateVideo"
+ "Response\"\000(\0010\001\032T\312A videointelligence.goo"
+ "gleapis.com\322A.https://www.googleapis.com"
+ "/auth/cloud-platformB\200\002\n,com.google.clou"
+ "/auth/cloud-platformB\256\002\n,com.google.clou"
+ "d.videointelligence.v1p3beta1B\035VideoInte"
+ "lligenceServiceProtoP\001ZYgoogle.golang.or"
+ "g/genproto/googleapis/cloud/videointelli"
+ "gence/v1p3beta1;videointelligence\252\002(Goog"
+ "le.Cloud.VideoIntelligence.V1P3Beta1\312\002(G"
+ "oogle\\Cloud\\VideoIntelligence\\V1p3beta1b"
+ "\006proto3"
+ "oogle\\Cloud\\VideoIntelligence\\V1p3beta1\352"
+ "\002+Google::Cloud::VideoIntelligence::V1p3"
+ "beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -30,6 +30,7 @@ option java_multiple_files = true;
option java_outer_classname = "VideoIntelligenceServiceProto";
option java_package = "com.google.cloud.videointelligence.v1p3beta1";
option php_namespace = "Google\\Cloud\\VideoIntelligence\\V1p3beta1";
option ruby_package = "Google::Cloud::VideoIntelligence::V1p3beta1";

// Service that implements the Video Intelligence API.
service VideoIntelligenceService {
Expand Down

0 comments on commit 6e62409

Please sign in to comment.