Skip to content

Commit

Permalink
fix: make request optional in all cases (#566)
Browse files Browse the repository at this point in the history
... chore: update gapic-generator-ruby to the latest commit chore: release gapic-generator-typescript 1.5.0

Committer: @miraleung
PiperOrigin-RevId: 380641501

Source-Link: googleapis/googleapis@076f7e9

Source-Link: googleapis/googleapis-gen@27e4c88
  • Loading branch information
gcf-owl-bot[bot] authored Jun 22, 2021
1 parent 56da708 commit a7be52f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class VideoIntelligenceServiceClient {
// -------------------

annotateVideo(
request: protos.google.cloud.videointelligence.v1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1.IAnnotateVideoRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -394,7 +394,7 @@ export class VideoIntelligenceServiceClient {
* const [response] = await operation.promise();
*/
annotateVideo(
request: protos.google.cloud.videointelligence.v1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1.IAnnotateVideoRequest,
optionsOrCallback?:
| CallOptions
| Callback<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class VideoIntelligenceServiceClient {
// -------------------

annotateVideo(
request: protos.google.cloud.videointelligence.v1beta2.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1beta2.IAnnotateVideoRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -393,7 +393,7 @@ export class VideoIntelligenceServiceClient {
* const [response] = await operation.promise();
*/
annotateVideo(
request: protos.google.cloud.videointelligence.v1beta2.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1beta2.IAnnotateVideoRequest,
optionsOrCallback?:
| CallOptions
| Callback<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class VideoIntelligenceServiceClient {
// -------------------

annotateVideo(
request: protos.google.cloud.videointelligence.v1p1beta1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1p1beta1.IAnnotateVideoRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -393,7 +393,7 @@ export class VideoIntelligenceServiceClient {
* const [response] = await operation.promise();
*/
annotateVideo(
request: protos.google.cloud.videointelligence.v1p1beta1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1p1beta1.IAnnotateVideoRequest,
optionsOrCallback?:
| CallOptions
| Callback<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class VideoIntelligenceServiceClient {
// -------------------

annotateVideo(
request: protos.google.cloud.videointelligence.v1p2beta1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1p2beta1.IAnnotateVideoRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -391,7 +391,7 @@ export class VideoIntelligenceServiceClient {
* const [response] = await operation.promise();
*/
annotateVideo(
request: protos.google.cloud.videointelligence.v1p2beta1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1p2beta1.IAnnotateVideoRequest,
optionsOrCallback?:
| CallOptions
| Callback<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export class VideoIntelligenceServiceClient {
// -------------------

annotateVideo(
request: protos.google.cloud.videointelligence.v1p3beta1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1p3beta1.IAnnotateVideoRequest,
options?: CallOptions
): Promise<
[
Expand Down Expand Up @@ -394,7 +394,7 @@ export class VideoIntelligenceServiceClient {
* const [response] = await operation.promise();
*/
annotateVideo(
request: protos.google.cloud.videointelligence.v1p3beta1.IAnnotateVideoRequest,
request?: protos.google.cloud.videointelligence.v1p3beta1.IAnnotateVideoRequest,
optionsOrCallback?:
| CallOptions
| Callback<
Expand Down

0 comments on commit a7be52f

Please sign in to comment.