@@ -7027,37 +7027,6 @@ def get_sdfdownloadtask_operation(name, fields: nil, quota_user: nil, options: n
70277027 execute_or_queue_command(command, &block)
70287028 end
70297029
7030- # Gets the latest state of an asynchronous SDF download task operation. Clients
7031- # should poll this method at intervals of 30 seconds.
7032- # @param [String] name
7033- # The name of the operation resource.
7034- # @param [String] fields
7035- # Selector specifying which fields to include in a partial response.
7036- # @param [String] quota_user
7037- # Available to use for quota purposes for server-side applications. Can be any
7038- # arbitrary string assigned to a user, but should not exceed 40 characters.
7039- # @param [Google::Apis::RequestOptions] options
7040- # Request-specific options
7041- #
7042- # @yield [result, err] Result & error if block supplied
7043- # @yieldparam result [Google::Apis::DisplayvideoV3::Operation] parsed result object
7044- # @yieldparam err [StandardError] error object if request failed
7045- #
7046- # @return [Google::Apis::DisplayvideoV3::Operation]
7047- #
7048- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
7049- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7050- # @raise [Google::Apis::AuthorizationError] Authorization is required
7051- def get_sdfuploadtask_operation(name, fields: nil, quota_user: nil, options: nil, &block)
7052- command = make_simple_command(:get, 'v3/{+name}', options)
7053- command.response_representation = Google::Apis::DisplayvideoV3::Operation::Representation
7054- command.response_class = Google::Apis::DisplayvideoV3::Operation
7055- command.params['name'] = name unless name.nil?
7056- command.query['fields'] = fields unless fields.nil?
7057- command.query['quotaUser'] = quota_user unless quota_user.nil?
7058- execute_or_queue_command(command, &block)
7059- end
7060-
70617030 # Gets a single targeting option.
70627031 # @param [String] targeting_type
70637032 # Required. The type of targeting option to retrieve. Accepted values are: * `
0 commit comments