generated/google/apis/videointelligence_v1beta2/service.rb in google-api-client-0.29.1 vs generated/google/apis/videointelligence_v1beta2/service.rb in google-api-client-0.29.2

- old
+ new

@@ -70,10 +70,10 @@ # # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required def annotate_video(google_cloud_videointelligence_v1beta2_annotate_video_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:post, 'v1beta2/videos:annotate', options) + command = make_simple_command(:post, 'v1beta2/videos:annotate', options) command.request_representation = Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2AnnotateVideoRequest::Representation command.request_object = google_cloud_videointelligence_v1beta2_annotate_video_request_object command.response_representation = Google::Apis::VideointelligenceV1beta2::GoogleLongrunningOperation::Representation command.response_class = Google::Apis::VideointelligenceV1beta2::GoogleLongrunningOperation command.query['fields'] = fields unless fields.nil?