This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: updated samples in READMEs (#507)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: generate GAPIC metadata JSON file PiperOrigin-RevId: 345596855 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Dec 3 21:00:34 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: d189e871205fea665a9648f7c4676f027495ccaf Source-Link: googleapis/googleapis@d189e87
- Loading branch information
1 parent
eec2a65
commit 24a3f5b
Showing
8 changed files
with
163 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.videointelligence.v1", | ||
"libraryPackage": "@google-cloud/video-intelligence", | ||
"services": {"VideoIntelligenceService": {"clients": { | ||
"grpc": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {,"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
} | ||
} | ||
}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.videointelligence.v1beta2", | ||
"libraryPackage": "@google-cloud/video-intelligence", | ||
"services": {"VideoIntelligenceService": {"clients": { | ||
"grpc": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {,"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
} | ||
} | ||
}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.videointelligence.v1p1beta1", | ||
"libraryPackage": "@google-cloud/video-intelligence", | ||
"services": {"VideoIntelligenceService": {"clients": { | ||
"grpc": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {,"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
} | ||
} | ||
}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.videointelligence.v1p2beta1", | ||
"libraryPackage": "@google-cloud/video-intelligence", | ||
"services": {"VideoIntelligenceService": {"clients": { | ||
"grpc": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {,"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
} | ||
} | ||
}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.videointelligence.v1p3beta1", | ||
"libraryPackage": "@google-cloud/video-intelligence", | ||
"services": {"StreamingVideoIntelligenceService": {"clients": { | ||
"grpc": { | ||
"libraryClient": "StreamingVideoIntelligenceServiceClient", | ||
"rpcs": {"StreamingAnnotateVideo": { | ||
"methods": ["streamingAnnotateVideo"] | ||
}} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "StreamingVideoIntelligenceServiceClient", | ||
"rpcs": {} | ||
} | ||
} | ||
},"VideoIntelligenceService": {"clients": { | ||
"grpc": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "VideoIntelligenceServiceClient", | ||
"rpcs": {,"AnnotateVideo": { | ||
"methods": ["annotateVideo"] | ||
}} | ||
} | ||
} | ||
}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters