google-cloud-video_intelligence 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/video_intelligence.rb +1 -1
  3. data/lib/google/cloud/video_intelligence/v1.rb +1 -1
  4. data/lib/google/cloud/video_intelligence/v1/credentials.rb +1 -1
  5. data/lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb +139 -7
  6. data/lib/google/cloud/video_intelligence/v1/doc/google/longrunning/operations.rb +1 -43
  7. data/lib/google/cloud/video_intelligence/v1/doc/google/protobuf/any.rb +1 -1
  8. data/lib/google/cloud/video_intelligence/v1/doc/google/protobuf/duration.rb +1 -1
  9. data/lib/google/cloud/video_intelligence/v1/doc/google/rpc/status.rb +18 -15
  10. data/lib/google/cloud/video_intelligence/v1/video_intelligence_service_client.rb +7 -7
  11. data/lib/google/cloud/video_intelligence/v1beta1.rb +1 -1
  12. data/lib/google/cloud/video_intelligence/v1beta1/credentials.rb +1 -1
  13. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb +22 -22
  14. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/longrunning/operations.rb +1 -43
  15. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/protobuf/any.rb +1 -1
  16. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/rpc/status.rb +18 -15
  17. data/lib/google/cloud/video_intelligence/v1beta1/video_intelligence_service_client.rb +7 -7
  18. data/lib/google/cloud/video_intelligence/v1beta2.rb +1 -1
  19. data/lib/google/cloud/video_intelligence/v1beta2/credentials.rb +1 -1
  20. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb +7 -7
  21. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/longrunning/operations.rb +1 -43
  22. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/protobuf/any.rb +1 -1
  23. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/protobuf/duration.rb +1 -1
  24. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/rpc/status.rb +18 -15
  25. data/lib/google/cloud/video_intelligence/v1beta2/video_intelligence_service_client.rb +7 -7
  26. data/lib/google/cloud/video_intelligence/v1p1beta1.rb +1 -1
  27. data/lib/google/cloud/video_intelligence/v1p1beta1/credentials.rb +1 -1
  28. data/lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb +7 -7
  29. data/lib/google/cloud/video_intelligence/v1p1beta1/doc/google/longrunning/operations.rb +1 -43
  30. data/lib/google/cloud/video_intelligence/v1p1beta1/doc/google/protobuf/any.rb +1 -1
  31. data/lib/google/cloud/video_intelligence/v1p1beta1/doc/google/protobuf/duration.rb +1 -1
  32. data/lib/google/cloud/video_intelligence/v1p1beta1/doc/google/rpc/status.rb +18 -15
  33. data/lib/google/cloud/video_intelligence/v1p1beta1/video_intelligence_service_client.rb +7 -7
  34. data/lib/google/cloud/video_intelligence/v1p2beta1.rb +1 -1
  35. data/lib/google/cloud/video_intelligence/v1p2beta1/credentials.rb +1 -1
  36. data/lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb +7 -7
  37. data/lib/google/cloud/video_intelligence/v1p2beta1/doc/google/longrunning/operations.rb +1 -43
  38. data/lib/google/cloud/video_intelligence/v1p2beta1/doc/google/protobuf/any.rb +1 -1
  39. data/lib/google/cloud/video_intelligence/v1p2beta1/doc/google/protobuf/duration.rb +1 -1
  40. data/lib/google/cloud/video_intelligence/v1p2beta1/doc/google/rpc/status.rb +18 -15
  41. data/lib/google/cloud/video_intelligence/v1p2beta1/video_intelligence_service_client.rb +7 -7
  42. data/lib/google/cloud/videointelligence/v1/video_intelligence_pb.rb +49 -0
  43. data/lib/google/cloud/videointelligence/v1/video_intelligence_services_pb.rb +2 -1
  44. metadata +5 -5
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -47,47 +47,5 @@ module Google
47
47
  # is `TakeSnapshot()`, the inferred response type is
48
48
  # `TakeSnapshotResponse`.
49
49
  class Operation; end
50
-
51
- # The request message for {Google::Longrunning::Operations::GetOperation Operations::GetOperation}.
52
- # @!attribute [rw] name
53
- # @return [String]
54
- # The name of the operation resource.
55
- class GetOperationRequest; end
56
-
57
- # The request message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
58
- # @!attribute [rw] name
59
- # @return [String]
60
- # The name of the operation collection.
61
- # @!attribute [rw] filter
62
- # @return [String]
63
- # The standard list filter.
64
- # @!attribute [rw] page_size
65
- # @return [Integer]
66
- # The standard list page size.
67
- # @!attribute [rw] page_token
68
- # @return [String]
69
- # The standard list page token.
70
- class ListOperationsRequest; end
71
-
72
- # The response message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
73
- # @!attribute [rw] operations
74
- # @return [Array<Google::Longrunning::Operation>]
75
- # A list of operations that matches the specified filter in the request.
76
- # @!attribute [rw] next_page_token
77
- # @return [String]
78
- # The standard List next-page token.
79
- class ListOperationsResponse; end
80
-
81
- # The request message for {Google::Longrunning::Operations::CancelOperation Operations::CancelOperation}.
82
- # @!attribute [rw] name
83
- # @return [String]
84
- # The name of the operation resource to be cancelled.
85
- class CancelOperationRequest; end
86
-
87
- # The request message for {Google::Longrunning::Operations::DeleteOperation Operations::DeleteOperation}.
88
- # @!attribute [rw] name
89
- # @return [String]
90
- # The name of the operation resource to be deleted.
91
- class DeleteOperationRequest; end
92
50
  end
93
51
  end
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -15,24 +15,25 @@
15
15
 
16
16
  module Google
17
17
  module Rpc
18
- # The `Status` type defines a logical error model that is suitable for different
19
- # programming environments, including REST APIs and RPC APIs. It is used by
20
- # [gRPC](https://github.com/grpc). The error model is designed to be:
18
+ # The `Status` type defines a logical error model that is suitable for
19
+ # different programming environments, including REST APIs and RPC APIs. It is
20
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
21
21
  #
22
22
  # * Simple to use and understand for most users
23
23
  # * Flexible enough to meet unexpected needs
24
24
  #
25
25
  # = Overview
26
26
  #
27
- # The `Status` message contains three pieces of data: error code, error message,
28
- # and error details. The error code should be an enum value of
29
- # {Google::Rpc::Code}, but it may accept additional error codes if needed. The
30
- # error message should be a developer-facing English message that helps
31
- # developers *understand* and *resolve* the error. If a localized user-facing
32
- # error message is needed, put the localized message in the error details or
33
- # localize it in the client. The optional error details may contain arbitrary
34
- # information about the error. There is a predefined set of error detail types
35
- # in the package `google.rpc` that can be used for common error conditions.
27
+ # The `Status` message contains three pieces of data: error code, error
28
+ # message, and error details. The error code should be an enum value of
29
+ # {Google::Rpc::Code}, but it may accept additional error codes
30
+ # if needed. The error message should be a developer-facing English message
31
+ # that helps developers *understand* and *resolve* the error. If a localized
32
+ # user-facing error message is needed, put the localized message in the error
33
+ # details or localize it in the client. The optional error details may contain
34
+ # arbitrary information about the error. There is a predefined set of error
35
+ # detail types in the package `google.rpc` that can be used for common error
36
+ # conditions.
36
37
  #
37
38
  # = Language mapping
38
39
  #
@@ -69,12 +70,14 @@ module Google
69
70
  # be used directly after any stripping needed for security/privacy reasons.
70
71
  # @!attribute [rw] code
71
72
  # @return [Integer]
72
- # The status code, which should be an enum value of {Google::Rpc::Code}.
73
+ # The status code, which should be an enum value of
74
+ # {Google::Rpc::Code}.
73
75
  # @!attribute [rw] message
74
76
  # @return [String]
75
77
  # A developer-facing error message, which should be in English. Any
76
78
  # user-facing error message should be localized and sent in the
77
- # {Google::Rpc::Status#details} field, or localized by the client.
79
+ # {Google::Rpc::Status#details} field, or localized
80
+ # by the client.
78
81
  # @!attribute [rw] details
79
82
  # @return [Array<Google::Protobuf::Any>]
80
83
  # A list of messages that carry the error details. There is a common set of
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -195,10 +195,10 @@ module Google
195
195
  # [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
196
196
  # supported, which must be specified in the following format:
197
197
  # `gs://bucket-id/object-id` (other URI formats return
198
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
199
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
200
- # A video URI may include wildcards in `object-id`, and thus identify
201
- # multiple videos. Supported wildcards: '*' to match 0 or more characters;
198
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
199
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris). A video
200
+ # URI may include wildcards in `object-id`, and thus identify multiple
201
+ # videos. Supported wildcards: '*' to match 0 or more characters;
202
202
  # '?' to match 1 character. If unset, the input video should be embedded
203
203
  # in the request as `input_content`. If set, `input_content` should be unset.
204
204
  # @param features [Array<Google::Cloud::Videointelligence::V1beta1::Feature>]
@@ -215,8 +215,8 @@ module Google
215
215
  # Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
216
216
  # URIs are supported, which must be specified in the following format:
217
217
  # `gs://bucket-id/object-id` (other URI formats return
218
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
219
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
218
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
219
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
220
220
  # @param location_id [String]
221
221
  # Optional cloud region where annotation should take place. Supported cloud
222
222
  # regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -24,10 +24,10 @@ module Google
24
24
  # [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
25
25
  # supported, which must be specified in the following format:
26
26
  # `gs://bucket-id/object-id` (other URI formats return
27
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
28
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
29
- # A video URI may include wildcards in `object-id`, and thus identify
30
- # multiple videos. Supported wildcards: '*' to match 0 or more characters;
27
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
28
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris). A video
29
+ # URI may include wildcards in `object-id`, and thus identify multiple
30
+ # videos. Supported wildcards: '*' to match 0 or more characters;
31
31
  # '?' to match 1 character. If unset, the input video should be embedded
32
32
  # in the request as `input_content`. If set, `input_content` should be unset.
33
33
  # @!attribute [rw] input_content
@@ -47,8 +47,8 @@ module Google
47
47
  # Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
48
48
  # URIs are supported, which must be specified in the following format:
49
49
  # `gs://bucket-id/object-id` (other URI formats return
50
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
51
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
50
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
51
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
52
52
  # @!attribute [rw] location_id
53
53
  # @return [String]
54
54
  # Optional cloud region where annotation should take place. Supported cloud
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -47,47 +47,5 @@ module Google
47
47
  # is `TakeSnapshot()`, the inferred response type is
48
48
  # `TakeSnapshotResponse`.
49
49
  class Operation; end
50
-
51
- # The request message for {Google::Longrunning::Operations::GetOperation Operations::GetOperation}.
52
- # @!attribute [rw] name
53
- # @return [String]
54
- # The name of the operation resource.
55
- class GetOperationRequest; end
56
-
57
- # The request message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
58
- # @!attribute [rw] name
59
- # @return [String]
60
- # The name of the operation collection.
61
- # @!attribute [rw] filter
62
- # @return [String]
63
- # The standard list filter.
64
- # @!attribute [rw] page_size
65
- # @return [Integer]
66
- # The standard list page size.
67
- # @!attribute [rw] page_token
68
- # @return [String]
69
- # The standard list page token.
70
- class ListOperationsRequest; end
71
-
72
- # The response message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
73
- # @!attribute [rw] operations
74
- # @return [Array<Google::Longrunning::Operation>]
75
- # A list of operations that matches the specified filter in the request.
76
- # @!attribute [rw] next_page_token
77
- # @return [String]
78
- # The standard List next-page token.
79
- class ListOperationsResponse; end
80
-
81
- # The request message for {Google::Longrunning::Operations::CancelOperation Operations::CancelOperation}.
82
- # @!attribute [rw] name
83
- # @return [String]
84
- # The name of the operation resource to be cancelled.
85
- class CancelOperationRequest; end
86
-
87
- # The request message for {Google::Longrunning::Operations::DeleteOperation Operations::DeleteOperation}.
88
- # @!attribute [rw] name
89
- # @return [String]
90
- # The name of the operation resource to be deleted.
91
- class DeleteOperationRequest; end
92
50
  end
93
51
  end
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -15,24 +15,25 @@
15
15
 
16
16
  module Google
17
17
  module Rpc
18
- # The `Status` type defines a logical error model that is suitable for different
19
- # programming environments, including REST APIs and RPC APIs. It is used by
20
- # [gRPC](https://github.com/grpc). The error model is designed to be:
18
+ # The `Status` type defines a logical error model that is suitable for
19
+ # different programming environments, including REST APIs and RPC APIs. It is
20
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
21
21
  #
22
22
  # * Simple to use and understand for most users
23
23
  # * Flexible enough to meet unexpected needs
24
24
  #
25
25
  # = Overview
26
26
  #
27
- # The `Status` message contains three pieces of data: error code, error message,
28
- # and error details. The error code should be an enum value of
29
- # {Google::Rpc::Code}, but it may accept additional error codes if needed. The
30
- # error message should be a developer-facing English message that helps
31
- # developers *understand* and *resolve* the error. If a localized user-facing
32
- # error message is needed, put the localized message in the error details or
33
- # localize it in the client. The optional error details may contain arbitrary
34
- # information about the error. There is a predefined set of error detail types
35
- # in the package `google.rpc` that can be used for common error conditions.
27
+ # The `Status` message contains three pieces of data: error code, error
28
+ # message, and error details. The error code should be an enum value of
29
+ # {Google::Rpc::Code}, but it may accept additional error codes
30
+ # if needed. The error message should be a developer-facing English message
31
+ # that helps developers *understand* and *resolve* the error. If a localized
32
+ # user-facing error message is needed, put the localized message in the error
33
+ # details or localize it in the client. The optional error details may contain
34
+ # arbitrary information about the error. There is a predefined set of error
35
+ # detail types in the package `google.rpc` that can be used for common error
36
+ # conditions.
36
37
  #
37
38
  # = Language mapping
38
39
  #
@@ -69,12 +70,14 @@ module Google
69
70
  # be used directly after any stripping needed for security/privacy reasons.
70
71
  # @!attribute [rw] code
71
72
  # @return [Integer]
72
- # The status code, which should be an enum value of {Google::Rpc::Code}.
73
+ # The status code, which should be an enum value of
74
+ # {Google::Rpc::Code}.
73
75
  # @!attribute [rw] message
74
76
  # @return [String]
75
77
  # A developer-facing error message, which should be in English. Any
76
78
  # user-facing error message should be localized and sent in the
77
- # {Google::Rpc::Status#details} field, or localized by the client.
79
+ # {Google::Rpc::Status#details} field, or localized
80
+ # by the client.
78
81
  # @!attribute [rw] details
79
82
  # @return [Array<Google::Protobuf::Any>]
80
83
  # A list of messages that carry the error details. There is a common set of
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -195,10 +195,10 @@ module Google
195
195
  # [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
196
196
  # supported, which must be specified in the following format:
197
197
  # `gs://bucket-id/object-id` (other URI formats return
198
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
199
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
200
- # A video URI may include wildcards in `object-id`, and thus identify
201
- # multiple videos. Supported wildcards: '*' to match 0 or more characters;
198
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
199
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris). A video
200
+ # URI may include wildcards in `object-id`, and thus identify multiple
201
+ # videos. Supported wildcards: '*' to match 0 or more characters;
202
202
  # '?' to match 1 character. If unset, the input video should be embedded
203
203
  # in the request as `input_content`. If set, `input_content` should be unset.
204
204
  # @param input_content [String]
@@ -216,8 +216,8 @@ module Google
216
216
  # Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
217
217
  # URIs are supported, which must be specified in the following format:
218
218
  # `gs://bucket-id/object-id` (other URI formats return
219
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
220
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
219
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
220
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
221
221
  # @param location_id [String]
222
222
  # Optional cloud region where annotation should take place. Supported cloud
223
223
  # regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -24,10 +24,10 @@ module Google
24
24
  # [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
25
25
  # supported, which must be specified in the following format:
26
26
  # `gs://bucket-id/object-id` (other URI formats return
27
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
28
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
29
- # A video URI may include wildcards in `object-id`, and thus identify
30
- # multiple videos. Supported wildcards: '*' to match 0 or more characters;
27
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
28
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris). A video
29
+ # URI may include wildcards in `object-id`, and thus identify multiple
30
+ # videos. Supported wildcards: '*' to match 0 or more characters;
31
31
  # '?' to match 1 character. If unset, the input video should be embedded
32
32
  # in the request as `input_content`. If set, `input_content` should be unset.
33
33
  # @!attribute [rw] input_content
@@ -47,8 +47,8 @@ module Google
47
47
  # Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
48
48
  # URIs are supported, which must be specified in the following format:
49
49
  # `gs://bucket-id/object-id` (other URI formats return
50
- # {Google::Rpc::Code::INVALID_ARGUMENT}). For more information, see
51
- # [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
50
+ # {Google::Rpc::Code::INVALID_ARGUMENT}). For
51
+ # more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
52
52
  # @!attribute [rw] location_id
53
53
  # @return [String]
54
54
  # Optional cloud region where annotation should take place. Supported cloud
@@ -1,4 +1,4 @@
1
- # Copyright 2018 Google LLC
1
+ # Copyright 2019 Google LLC
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -47,47 +47,5 @@ module Google
47
47
  # is `TakeSnapshot()`, the inferred response type is
48
48
  # `TakeSnapshotResponse`.
49
49
  class Operation; end
50
-
51
- # The request message for {Google::Longrunning::Operations::GetOperation Operations::GetOperation}.
52
- # @!attribute [rw] name
53
- # @return [String]
54
- # The name of the operation resource.
55
- class GetOperationRequest; end
56
-
57
- # The request message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
58
- # @!attribute [rw] name
59
- # @return [String]
60
- # The name of the operation collection.
61
- # @!attribute [rw] filter
62
- # @return [String]
63
- # The standard list filter.
64
- # @!attribute [rw] page_size
65
- # @return [Integer]
66
- # The standard list page size.
67
- # @!attribute [rw] page_token
68
- # @return [String]
69
- # The standard list page token.
70
- class ListOperationsRequest; end
71
-
72
- # The response message for {Google::Longrunning::Operations::ListOperations Operations::ListOperations}.
73
- # @!attribute [rw] operations
74
- # @return [Array<Google::Longrunning::Operation>]
75
- # A list of operations that matches the specified filter in the request.
76
- # @!attribute [rw] next_page_token
77
- # @return [String]
78
- # The standard List next-page token.
79
- class ListOperationsResponse; end
80
-
81
- # The request message for {Google::Longrunning::Operations::CancelOperation Operations::CancelOperation}.
82
- # @!attribute [rw] name
83
- # @return [String]
84
- # The name of the operation resource to be cancelled.
85
- class CancelOperationRequest; end
86
-
87
- # The request message for {Google::Longrunning::Operations::DeleteOperation Operations::DeleteOperation}.
88
- # @!attribute [rw] name
89
- # @return [String]
90
- # The name of the operation resource to be deleted.
91
- class DeleteOperationRequest; end
92
50
  end
93
51
  end