Skip to content

Commit

Permalink
feat(videointelligence): start generating apv1p3beta1 (#6176)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jun 17, 2022
1 parent 41e3d63 commit a2cdd05
Show file tree
Hide file tree
Showing 9 changed files with 910 additions and 0 deletions.
9 changes: 9 additions & 0 deletions internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,15 @@
"release_level": "beta",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/videointelligence/apiv1p3beta1": {
"distribution_name": "cloud.google.com/go/videointelligence/apiv1p3beta1",
"description": "Cloud Video Intelligence API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/videointelligence/latest/apiv1p3beta1",
"release_level": "beta",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/vision/apiv1p1beta1": {
"distribution_name": "cloud.google.com/go/vision/apiv1p1beta1",
"description": "Cloud Vision API",
Expand Down
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,14 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
// GA after 2022/07/10
ReleaseLevel: "beta",
},
{
InputDirectoryPath: "google/cloud/videointelligence/v1p3beta1",
Pkg: "videointelligence",
ImportPath: "cloud.google.com/go/videointelligence/apiv1p3beta1",
GRPCServiceConfigPath: "videointelligence_grpc_service_config.json",
ApiServiceConfigPath: "videointelligence_v1p3beta1.yaml",
ReleaseLevel: "beta",
},

// Non-Cloud APIs
{
Expand Down
168 changes: 168 additions & 0 deletions videointelligence/apiv1p3beta1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions videointelligence/apiv1p3beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.videointelligence.v1p3beta1",
"libraryPackage": "cloud.google.com/go/videointelligence/apiv1p3beta1",
"services": {
"StreamingVideoIntelligenceService": {
"clients": {
"grpc": {
"libraryClient": "StreamingVideoIntelligenceClient",
"rpcs": {
"StreamingAnnotateVideo": {
"methods": [
"StreamingAnnotateVideo"
]
}
}
}
}
},
"VideoIntelligenceService": {
"clients": {
"grpc": {
"libraryClient": "Client",
"rpcs": {
"AnnotateVideo": {
"methods": [
"AnnotateVideo"
]
}
}
}
}
}
}
}

0 comments on commit a2cdd05

Please sign in to comment.