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

fix(ruby): Fix Ruby namespace for videointelligence/v1p3beta1 #700

Merged
merged 2 commits into from Oct 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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